[sword-cvs] sword configure.ac,1.18,1.19
sword@www.crosswire.org
sword@www.crosswire.org
Sat, 1 Mar 2003 12:51:14 -0700
Update of /usr/local/cvsroot/sword
In directory www:/tmp/cvs-serv16768
Modified Files:
configure.ac
Log Message:
Martin: do no longer try to compile instmgr by default
Index: configure.ac
===================================================================
RCS file: /usr/local/cvsroot/sword/configure.ac,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** configure.ac 1 Mar 2003 18:57:05 -0000 1.18
--- configure.ac 1 Mar 2003 19:51:12 -0000 1.19
***************
*** 42,46 ****
# Enable options
# ---------------------------------------------------------------------
! AC_ARG_ENABLE(installmgr,[ --enable-installmgr build install manager suport [default=yes]],,enable_installmgr=yes)
AC_ARG_ENABLE(debug,[ --enable-debug build debug library [default=no]],,enable_debug=no)
AC_ARG_ENABLE(profile,[ --enable-profile allow profiling [default=no]],,enable_profile=no)
--- 42,46 ----
# Enable options
# ---------------------------------------------------------------------
! AC_ARG_ENABLE(installmgr,[ --enable-installmgr build install manager suport [default=no]],,enable_installmgr=no)
AC_ARG_ENABLE(debug,[ --enable-debug build debug library [default=no]],,enable_debug=no)
AC_ARG_ENABLE(profile,[ --enable-profile allow profiling [default=no]],,enable_profile=no)