ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/acinclude.m4
(Generate patch)

Comparing ircd-hybrid-7.2/acinclude.m4 (file contents):
Revision 948 by michael, Tue Jul 21 17:34:06 2009 UTC vs.
Revision 989 by michael, Sun Aug 16 14:02:51 2009 UTC

# Line 186 | Line 186 | dnl {{{ ax_arg_enable_warnings
186   AC_DEFUN([AX_ARG_ENABLE_WARNINGS],[
187    AC_ARG_ENABLE([warnings],[AC_HELP_STRING([--enable-warnings],[Enable compiler warnings.])],[warnings="$enableval"],[warnings="no"])
188    if test "$warnings" = "yes" ; then
189 <    CFLAGS="-Wall -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wredundant-decls -Wshadow -Wwrite-strings -Wno-unused"
189 >    CFLAGS="-Wall -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wredundant-decls -Wshadow -Wwrite-strings -Wno-unused -Wundef"
190    fi
191   ])dnl }}}
192   dnl {{{ ax_arg_enable_syslog

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines