diff options
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f556c3b12a8..8b369f52e36 100644 --- a/configure.ac +++ b/configure.ac @@ -929,7 +929,7 @@ GF_LDFLAGS="-rdynamic" BUILD_ASAN=no if test "x$with_asan" = "xyes"; then echo -n "checking for address sanitizer (ASAN) support... " - AC_LANG_CONFTEST(AC_LANG_PROGRAM()) + AC_LANG_CONFTEST([AC_LANG_PROGRAM()]) $CC conftest.c $CFLAGS -fsanitize=address -o conftest ret=$? rm -f conftest.o conftest |
