diff options
author | Björn Jacke <bj@sernet.de> | 2010-05-25 09:43:57 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2010-05-25 09:43:57 +0200 |
commit | f634450b67d2a084c41a63c0e94eb47adb90e101 (patch) | |
tree | 7c1fff2b533033c1fb8ffe87a84f1f53aa1f0fac /source3 | |
parent | ff0872d59d78ad42212c88313ef924ea4eb7a8a1 (diff) | |
download | samba-f634450b67d2a084c41a63c0e94eb47adb90e101.tar.gz samba-f634450b67d2a084c41a63c0e94eb47adb90e101.tar.xz samba-f634450b67d2a084c41a63c0e94eb47adb90e101.zip |
s3: fix the configure run
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index a97720c8d7..fa2e2878f9 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -296,7 +296,6 @@ AC_CACHE_CHECK([that the C compiler understands -errwarn],samba_cv_HAVE_errwarn, samba_cv_HAVE_errwarn=yes,samba_cv_HAVE_errwarn=no,samba_cv_HAVE_errwarn=cross)]) if test x"$samba_cv_HAVE_errwarn" = x"yes"; then Werror_FLAGS="-errwarn=%all" -fi else dnl Check if the C compiler understands -qhalt (IBM) AC_CACHE_CHECK([that the C compiler understands -qhalt],samba_cv_HAVE_errwarn, [ |