summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2010-05-26 10:18:03 +0200
committerBjörn Jacke <bj@sernet.de>2010-05-26 10:19:59 +0200
commit2bca048367456b09d16f51405373fa33be6eeca3 (patch)
tree967db90a076f8367355fe9751385cbe63515f160 /source3
parent3c8dc5cd214c58747bfbbd72a8d05fc50454585a (diff)
downloadsamba-2bca048367456b09d16f51405373fa33be6eeca3.tar.gz
samba-2bca048367456b09d16f51405373fa33be6eeca3.tar.bz2
samba-2bca048367456b09d16f51405373fa33be6eeca3.zip
s3:configure: use the right AC_CACHE_CHECK variable
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index ff510fb0b5..387e382dde 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)
{