diff options
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index ff510fb0b57..387e382dde2 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -298,7 +298,7 @@ if test x"$samba_cv_HAVE_errwarn" = x"yes"; then Werror_FLAGS="-errwarn=%all" else dnl Check if the C compiler understands -qhalt (IBM) -AC_CACHE_CHECK([that the C compiler understands -qhalt],samba_cv_HAVE_errwarn, [ +AC_CACHE_CHECK([that the C compiler understands -qhalt],samba_cv_HAVE_qhalt, [ AC_TRY_RUN_STRICT([ int main(void) { |