From: Harlan Stenn Date: Wed, 29 Apr 2009 05:50:44 +0000 (-0400) Subject: No need to know the GCC -W items in config.h X-Git-Tag: NTP_4_2_4P7_RC4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=844d3e61cd88a8f6328b449c86eefd348f233e5a;p=thirdparty%2Fntp.git No need to know the GCC -W items in config.h bk: 49f7eab4fONs7E8bYg7qUDiqbPg00A --- diff --git a/configure.ac b/configure.ac index efbff501b..95b4a9f20 100644 --- a/configure.ac +++ b/configure.ac @@ -126,14 +126,9 @@ case "$GCC" in CFLAGS="$SAVED_CFLAGS_AC" unset SAVED_CFLAGS_AC # - # $ac_cv_gcc_Wstrict_overflow is tested again later to add the + # $ac_cv_gcc_Wstrict_overflow is tested later to add the # flag to CFLAGS. # - case "$ac_cv_gcc_Wstrict_overflow" in - yes) - AC_DEFINE(HAVE_GCC_WARN_STRICT_OVERFLOW, 1, - [compiling with gcc which understands -Wstrict-overflow]) - esac esac @@ -155,14 +150,9 @@ case "$GCC" in CFLAGS="$SAVED_CFLAGS_AC" unset SAVED_CFLAGS_AC # - # $ac_cv_gcc_Winit_self is tested again later to add the + # $ac_cv_gcc_Winit_self is tested later to add the # flag to CFLAGS. # - case "$ac_cv_gcc_Winit_self" in - yes) - AC_DEFINE(HAVE_GCC_WARN_INIT_SELF, 1, - [compiling with gcc which understands -Winit-self]) - esac esac