From 2bca048367456b09d16f51405373fa33be6eeca3 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Wed, 26 May 2010 10:18:03 +0200 Subject: s3:configure: use the right AC_CACHE_CHECK variable --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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) { -- cgit