[sword-cvs] sword configure.ac,1.15,1.16

sword@www.crosswire.org sword@www.crosswire.org
Thu, 27 Feb 2003 14:14:26 -0700


Update of /usr/local/cvsroot/sword
In directory www:/tmp/cvs-serv16500

Modified Files:
	configure.ac 
Log Message:

default for tests is no - take note (need to document this)


Index: configure.ac
===================================================================
RCS file: /usr/local/cvsroot/sword/configure.ac,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** configure.ac	27 Feb 2003 21:08:26 -0000	1.15
--- configure.ac	27 Feb 2003 21:14:24 -0000	1.16
***************
*** 45,49 ****
  AC_ARG_ENABLE(profile,[  --enable-profile        allow profiling [default=no]],,enable_profile=no)
  AC_ARG_ENABLE(profilefn,[  --enable-profilefn      allow functioncheck profiling [default=no]],,enable_profilefn=no)
! AC_ARG_ENABLE(tests,[  --enable-tests          build test programs [default=yes]],,enable_tests=yes)
  AC_ARG_ENABLE(utilities,[  --enable-utilities      build utilities [default=yes]],,enable_utilities=yes)
  
--- 45,49 ----
  AC_ARG_ENABLE(profile,[  --enable-profile        allow profiling [default=no]],,enable_profile=no)
  AC_ARG_ENABLE(profilefn,[  --enable-profilefn      allow functioncheck profiling [default=no]],,enable_profilefn=no)
! AC_ARG_ENABLE(tests,[  --enable-tests          build test programs [default=no]],,enable_tests=no)
  AC_ARG_ENABLE(utilities,[  --enable-utilities      build utilities [default=yes]],,enable_utilities=yes)