Branch: Tag:

1999-11-24

1999-11-24 21:40:32 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

added --without-copt for compilers

Rev: src/configure.in:1.333

1: - AC_REVISION("$Id: configure.in,v 1.332 1999/11/23 07:07:02 hubbe Exp $") + AC_REVISION("$Id: configure.in,v 1.333 1999/11/24 21:40:32 hubbe Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
406:   AC_ARG_WITH(debug, [ --without-debug disable run debugging],[],[with_debug=])   AC_ARG_WITH(rtldebug, [ --without-rtldebug disable run time self tests],[],[with_rtldebug=])   AC_ARG_WITH(cdebug, [ --without-cdebug disable -g],[],[with_cdebug=]) + AC_ARG_WITH(cdebug, [ --without-copt disable -O2],[],[with_copt=])   AC_ARG_WITH(threads, [ --without-threads no threads support],[],[with_threads=yes])   AC_ARG_WITH(zlib, [ --without-zlib no gz compression support],[],[with_zlib=yes])   AC_ARG_WITH(ssleay, [ --without-ssleay no support for the secure socket protocol],[],[with_ssleay=yes])
3285:    ;;   esac    -  +    ############################################################################# -  + if test "x$with_copt" = xno ; then +  OPTIMIZE= + fi + #############################################################################      echo   echo "Compiler summary:"