From 8eed328cb5b9585fc6c20cfc94d64568cd30b055 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 25 May 2010 09:49:04 +0200 Subject: s3:fix configure after change "add Werror_FLAGS for IBM's xlc" For me, 24b3725407f1a67e13a7646d2e3f26ed1e4735ff broke configure. The fix in f634450b67d2a084c41a63c0e94eb47adb90e101 is not complete yet. After staring at the change a bit, tt seems to me that the code inserted was just misplaced by one line. Michael --- source3/configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index fa2e2878f9..ff510fb0b5 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -310,6 +310,7 @@ if test x"$samba_cv_HAVE_qhalt" = x"yes"; then fi fi fi +fi ############################################ # check if the compiler can handle negative enum values -- cgit