From 7612153c8bbc6c93cbf2c4a01610f62a1be9ae68 Mon Sep 17 00:00:00 2001 From: Josh Elsasser Date: Tue, 4 Jul 2006 17:31:44 +0000 Subject: [PATCH] Fix a typo which could cause configure to fail to find gettext header. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6f1e3b68d..ca866f2a9 100755 --- a/configure +++ b/configure @@ -159,7 +159,7 @@ EOF do if runcmd $CC $CFLAGS_GTK -I$intl_testdir $LDFLAGS_GTK -o testconf testconf.c then - CFLAGS_GTK="CFLAGS_GTK -I$intl_testdir" + CFLAGS_GTK="$CFLAGS_GTK -I$intl_testdir" rm -f testconf.c testconf return 0 fi