diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/aclocal.m4 b/source3/aclocal.m4 index 59bd26bd24..39c6962d7a 100644 --- a/source3/aclocal.m4 +++ b/source3/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; |