forked from AuroraMiddleware/gtk
fix a stray bracket that was breaking the build
2003-01-05 Havoc Pennington <hp@pobox.com> * configure.in: fix a stray bracket that was breaking the build
This commit is contained in:
parent
fcf0b4e782
commit
4b881c0962
@ -1,3 +1,7 @@
|
||||
2003-01-05 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* configure.in: fix a stray bracket that was breaking the build
|
||||
|
||||
2003-01-05 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk-zip.sh.in: Use correct DLL and import library names, with
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-01-05 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* configure.in: fix a stray bracket that was breaking the build
|
||||
|
||||
2003-01-05 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk-zip.sh.in: Use correct DLL and import library names, with
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-01-05 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* configure.in: fix a stray bracket that was breaking the build
|
||||
|
||||
2003-01-05 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk-zip.sh.in: Use correct DLL and import library names, with
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-01-05 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* configure.in: fix a stray bracket that was breaking the build
|
||||
|
||||
2003-01-05 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk-zip.sh.in: Use correct DLL and import library names, with
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-01-05 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* configure.in: fix a stray bracket that was breaking the build
|
||||
|
||||
2003-01-05 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gtk-zip.sh.in: Use correct DLL and import library names, with
|
||||
|
@ -473,7 +473,7 @@ if test "${with_ie55+set}" = set && test $with_ie55 != no; then
|
||||
AC_MSG_CHECKING([for dimm.h])
|
||||
saved_CFLAGS="$CFLAGS"
|
||||
CFLAGS="$CFLAGS -idirafter $with_ie55/Include"
|
||||
AC_TRY_COMPILE([[/* The w32api imm.h clashes a bit with the IE5.5 dimm.h */
|
||||
AC_TRY_COMPILE([/* The w32api imm.h clashes a bit with the IE5.5 dimm.h */
|
||||
#ifdef __GNUC__
|
||||
#define IMEMENUITEMINFOA hidden_IMEMENUITEMINFOA
|
||||
#define IMEMENUITEMINFOW hidden_IMEMENUITEMINFOW
|
||||
|
Loading…
Reference in New Issue
Block a user