diff --git a/ChangeLog b/ChangeLog index e46eba3c33..85a1a5f79e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-01-05 Havoc Pennington + + * configure.in: fix a stray bracket that was breaking the build + 2003-01-05 Tor Lillqvist * gtk-zip.sh.in: Use correct DLL and import library names, with diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e46eba3c33..85a1a5f79e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2003-01-05 Havoc Pennington + + * configure.in: fix a stray bracket that was breaking the build + 2003-01-05 Tor Lillqvist * gtk-zip.sh.in: Use correct DLL and import library names, with diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index e46eba3c33..85a1a5f79e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2003-01-05 Havoc Pennington + + * configure.in: fix a stray bracket that was breaking the build + 2003-01-05 Tor Lillqvist * gtk-zip.sh.in: Use correct DLL and import library names, with diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e46eba3c33..85a1a5f79e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2003-01-05 Havoc Pennington + + * configure.in: fix a stray bracket that was breaking the build + 2003-01-05 Tor Lillqvist * gtk-zip.sh.in: Use correct DLL and import library names, with diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e46eba3c33..85a1a5f79e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2003-01-05 Havoc Pennington + + * configure.in: fix a stray bracket that was breaking the build + 2003-01-05 Tor Lillqvist * gtk-zip.sh.in: Use correct DLL and import library names, with diff --git a/configure.in b/configure.in index 167bc1de5b..b8611767ae 100644 --- a/configure.in +++ b/configure.in @@ -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