From 2bca048367456b09d16f51405373fa33be6eeca3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Wed, 26 May 2010 10:18:03 +0200 Subject: [PATCH] s3:configure: use the right AC_CACHE_CHECK variable --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.4.GIT