--- ermyth/configure.ac 2007/09/09 20:05:51 1.10 +++ ermyth/configure.ac 2007/09/16 18:54:41 1.11 @@ -2,7 +2,7 @@ dnl Copyright © 2005 Atheme Development Group dnl Rights to this code are documented in doc/pod/license.pod. dnl -dnl $Id: configure.ac,v 1.10 2007/09/09 20:05:51 pippijn Exp $ +dnl $Id: configure.ac,v 1.11 2007/09/16 18:54:41 pippijn Exp $ dnl Process this file with autoconf to produce a configure script. @@ -11,7 +11,7 @@ AC_CONFIG_HEADER(include/sysconf.h) AC_CONFIG_AUX_DIR(autoconf) -AC_COPYRIGHT([$Id: configure.ac,v 1.10 2007/09/09 20:05:51 pippijn Exp $]) +AC_COPYRIGHT([$Id: configure.ac,v 1.11 2007/09/16 18:54:41 pippijn Exp $]) AC_PREFIX_DEFAULT(~/PACKAGE) @@ -574,7 +574,7 @@ ERMYTH_C_GCC_TRY_FLAGS([-Wextra], ermyth_cv_c_gcc_w_extra) ERMYTH_C_GCC_TRY_FLAGS([-W -Wno-unused-parameter], ermyth_cv_c_gcc_w) ERMYTH_C_GCC_TRY_FLAGS([-Wshadow], ermyth_cv_c_gcc_w_shadow) -ERMYTH_C_GCC_TRY_FLAGS([-Wmissing-noreturn], ermyth_cv_c_gcc_w_missing_noreturn) +dnl ERMYTH_C_GCC_TRY_FLAGS([-Wmissing-noreturn], ermyth_cv_c_gcc_w_missing_noreturn) ERMYTH_C_GCC_TRY_FLAGS([-Wundef], ermyth_cv_c_gcc_w_undef) ERMYTH_C_GCC_TRY_FLAGS([-Wpacked], ermyth_cv_c_gcc_w_packed) ERMYTH_C_GCC_TRY_FLAGS([-Wunused-function -Wunused-label -Wunused-value -Wunused-variable], ermyth_cv_c_gcc_w_unused)