Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv20131
Modified Files:
configure.ac
Log Message:
convert --enable-bounds-checking to a --with- option, since it's an external feature
Index: configure.ac
===================================================================
RCS file: /cvsroot/srvx/services/configure.ac,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** configure.ac 2001/10/10 04:51:23 1.13
--- configure.ac 2001/10/10 19:11:02 1.14
***************
*** 158,163 ****
dnl Optional features.
! AC_ARG_ENABLE(bounds-checking,
! [ --enable-bounds-checking Enables bounds checking during compile],
[AC_MSG_CHECKING(for bounds-checking capability)
OLD_CFLAGS=$CFLAGS
--- 158,163 ----
dnl Optional features.
! AC_ARG_WITH(bounds-checking,
! [ --with-bounds-checking Enables bounds checking during compile],
[AC_MSG_CHECKING(for bounds-checking capability)
OLD_CFLAGS=$CFLAGS
|