diff options
author | Björn Jacke <bj@sernet.de> | 2010-05-26 10:18:03 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2010-05-26 10:19:59 +0200 |
commit | 2bca048367456b09d16f51405373fa33be6eeca3 (patch) | |
tree | 967db90a076f8367355fe9751385cbe63515f160 | |
parent | 3c8dc5cd214c58747bfbbd72a8d05fc50454585a (diff) | |
download | samba-2bca048367456b09d16f51405373fa33be6eeca3.tar.gz samba-2bca048367456b09d16f51405373fa33be6eeca3.tar.xz samba-2bca048367456b09d16f51405373fa33be6eeca3.zip |
s3:configure: use the right AC_CACHE_CHECK variable
-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) { |