From: michael Date: Mon, 22 Dec 2014 15:00:01 +0000 (+0000) Subject: - Removed --with-error switch X-Git-Tag: 1.0.0beta1~68 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=3bfc548abf97ac8abb16e02e2c75740d57b5afb1;p=hopm.git - Removed --with-error switch git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5070 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/configure b/configure index 9d6e197..09b9ba5 100755 --- a/configure +++ b/configure @@ -771,7 +771,6 @@ with_aix_soname with_gnu_ld with_sysroot enable_libtool_lock -with_werror ' ac_precious_vars='build_alias host_alias @@ -1429,7 +1428,6 @@ Optional Packages: --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot[=DIR] Search for dependent libraries within DIR (or the compiler's sysroot if not specified). - --with-werror use -Werror to abort compilation on any warning Some influential environment variables: CC C compiler command @@ -13471,13 +13469,6 @@ _ACEOF subdirs="$subdirs src/libopm" - -# Check whether --with-werror was given. -if test "${with_werror+set}" = set; then : - withval=$with_werror; CFLAGS="$CFLAGS -Werror" -fi - - ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile" cat >confcache <<\_ACEOF diff --git a/configure.ac b/configure.ac index c7e9d08..f593246 100644 --- a/configure.ac +++ b/configure.ac @@ -93,13 +93,6 @@ typedef unsigned long uint32; AC_CONFIG_SUBDIRS(src/libopm) -dnl This comes last because configure won't actually work with -Werror in -dnl the CFLAGS -AC_ARG_WITH(werror, - AC_HELP_STRING([--with-werror], - [use -Werror to abort compilation on any warning]), - [CFLAGS="$CFLAGS -Werror"]) - AC_OUTPUT(Makefile doc/Makefile src/Makefile) diff --git a/src/libopm/configure b/src/libopm/configure index 47fa1a5..5c772a4 100755 --- a/src/libopm/configure +++ b/src/libopm/configure @@ -768,7 +768,6 @@ with_aix_soname with_gnu_ld with_sysroot enable_libtool_lock -with_werror ' ac_precious_vars='build_alias host_alias @@ -1424,7 +1423,6 @@ Optional Packages: --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot[=DIR] Search for dependent libraries within DIR (or the compiler's sysroot if not specified). - --with-werror use -Werror to abort compilation on any warning Some influential environment variables: CC C compiler command @@ -12867,13 +12865,6 @@ LTLIBOBJS=`echo "$LIBOBJS" | sed 's,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,'` - -# Check whether --with-werror was given. -if test "${with_werror+set}" = set; then : - withval=$with_werror; CFLAGS="$CFLAGS -Werror" -fi - - ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile doc/Doxyfile" cat >confcache <<\_ACEOF diff --git a/src/libopm/configure.ac b/src/libopm/configure.ac index 87ed759..a15c85b 100644 --- a/src/libopm/configure.ac +++ b/src/libopm/configure.ac @@ -68,13 +68,6 @@ LTLIBOBJS=`echo "$LIB@&t@OBJS" | sed 's,\.[[^.]]* ,.lo ,g;s,\.[[^.]]*$,.lo,'` AC_SUBST(LTLIBOBJS) -dnl This comes last because configure won't actually work with -Werror in -dnl the CFLAGS -AC_ARG_WITH(werror, - AC_HELP_STRING([--with-werror], - [use -Werror to abort compilation on any warning]), - [CFLAGS="$CFLAGS -Werror"]) - AC_OUTPUT(Makefile src/Makefile doc/Makefile doc/Doxyfile) echo "##############################################################################"