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 1015 by michael, Sun Oct 25 00:08:06 2009 UTC vs.
Revision 1017 by michael, Tue Oct 27 22:22:38 2009 UTC

# Line 176 | Line 176 | AC_DEFUN([AX_ARG_ENABLE_DEBUGGING],[
176    AC_ARG_ENABLE([debugging],[AC_HELP_STRING([--enable-debugging],[Enable debugging.])],[debugging="$enableval"],[debugging="no"])
177    if test "$debugging" = "yes" ; then
178      AC_DEFINE([DEBUG],[1],[Define to 1 to enable debugging.])
179 <    CFLAGS="$CFLAGS -Wall -Werror -g -O0"
179 >    CFLAGS="-Wall -g -O0"
180    else
181      AC_DEFINE([NDEBUG],[1],[Define to 1 to disable debugging.])
182    fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines