From 4b881c09626e9bd4b3b92552b1ca1cd570b3a178 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 5 Jan 2003 04:54:01 +0000 Subject: [PATCH] fix a stray bracket that was breaking the build 2003-01-05 Havoc Pennington * configure.in: fix a stray bracket that was breaking the build --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ configure.in | 2 +- 6 files changed, 21 insertions(+), 1 deletion(-) 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