From da4c5c3b75e6fd4f9e661cbcbe7d38024a02d344 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20M=C3=BCller?= Date: Fri, 16 Jun 2006 14:34:36 +0000 Subject: [PATCH] r16294: Fix syntax error. Credits to Andreas Schwab from SUSE Linux for this fix. --- source/aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/aclocal.m4 b/source/aclocal.m4 index 59bd26bd245..39c6962d7a3 100644 --- a/source/aclocal.m4 +++ b/source/aclocal.m4 @@ -804,7 +804,7 @@ AC_DEFUN( [AC_TRY_RUN_STRICT], old_LDFLAGS="$LDFLAGS"; LDFLAGS="$4"; export LDFLAGS; - AC_TRY_RUN([$1],[$5],[$6],[$7]); + AC_TRY_RUN([$1],[$5],[$6],[$7]) CFLAGS="$old_CFLAGS"; old_CFLAGS=""; export CFLAGS; -- 2.11.4.GIT