ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/ircd-hybrid-newconf/configure.ac
(Generate patch)

Comparing ircd-hybrid/configure.ac (file contents):
Revision 254 by michael, Sat Nov 12 11:26:07 2005 UTC vs.
Revision 501 by michael, Thu Mar 2 10:40:42 2006 UTC

# Line 57 | Line 57 | AC_MSG_CHECKING([$CC -V for Sun Workshop
57   case `$CC -V 2>&1` in
58   *Sun*WorkShop* | *Forte*Developer* | *Sun*C*)
59          AC_MSG_RESULT(Sun Workshop/Forte)
60 <        IRC_CFLAGS="-xO3 -xdepend -xinline=dlinkAdd,dlinkAddBefore,dlinkAddTail,dlinkDelete,dlink_list_length,dlink_node,dlinkMoveList,_MyMalloc,_MyRealloc,_MyFree,_DupString"
60 >        IRC_CFLAGS="-xO3 -xdepend -xinline=_MyMalloc,_MyRealloc,_MyFree,_DupString"
61          SunWorkShop=yes
62          SGS=yes
63   ;;
# Line 713 | Line 713 | if test "$clobber" = yes; then
713          AC_SUBST(CLOBBER, yes)
714   fi
715  
716 < AC_ARG_ENABLE(assert,
717 < AC_HELP_STRING([--enable-assert],[Enable assert().]),
718 < [assert=$enableval], [assert=no])
719 <
720 < if test "$assert" = no; then
721 <        AC_DEFINE(NDEBUG, 1, [Define this to disable debugging support.])
722 < fi
716 > dnl enabled for testing and beta releases
717 > dnl AC_ARG_ENABLE(assert,
718 > dnl AC_HELP_STRING([--enable-assert],[Enable assert().]),
719 > dnl [assert=$enableval], [assert=no])
720 >
721 > dnl if test "$assert" = no; then
722 > dnl     AC_DEFINE(NDEBUG, 1, [Define this to disable debugging support.])
723 > dnl fi
724  
725   AC_MSG_CHECKING(if you want to do a profile build)
726   AC_ARG_ENABLE(profile,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines