summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-25 09:49:04 +0200
committerMichael Adam <obnox@samba.org>2010-05-25 09:56:05 +0200
commit8eed328cb5b9585fc6c20cfc94d64568cd30b055 (patch)
treedb886cb45810cff023a579fc6053f3459635ff0d /source3
parentf634450b67d2a084c41a63c0e94eb47adb90e101 (diff)
downloadsamba-8eed328cb5b9585fc6c20cfc94d64568cd30b055.tar.gz
samba-8eed328cb5b9585fc6c20cfc94d64568cd30b055.tar.bz2
samba-8eed328cb5b9585fc6c20cfc94d64568cd30b055.zip
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
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
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