r16294: Fix syntax error.
authorLars Müller <lmuelle@samba.org>
Fri, 16 Jun 2006 14:34:36 +0000 (14:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:17:31 +0000 (11:17 -0500)
Credits to Andreas Schwab from SUSE Linux for this fix.
(This used to be commit da4c5c3b75e6fd4f9e661cbcbe7d38024a02d344)

source3/aclocal.m4

index 59bd26bd245a36907b220699bd99ce0153fe2a19..39c6962d7a3c74ccf1b6c0cee3731bde6c20633f 100644 (file)
@@ -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;