Update of /cvsroot/pure-data/externals/moocow/weightmap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12583/weightmap
Modified Files: configure.in Log Message: + configure.in shell syntax fixes
Index: configure.in =================================================================== RCS file: /cvsroot/pure-data/externals/moocow/weightmap/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** configure.in 10 Aug 2007 10:30:05 -0000 1.3 --- configure.in 10 Aug 2007 10:46:16 -0000 1.4 *************** *** 132,136 **** AC_ARG_ENABLE([debug], AC_HELP_STRING([--enable-debug],[build debug version (default=no)])) ! if test "$enable_debug" == "yes" ; then AC_MSG_RESULT(yes) DEBUG="yes" --- 132,136 ---- AC_ARG_ENABLE([debug], AC_HELP_STRING([--enable-debug],[build debug version (default=no)])) ! if test "$enable_debug" = "yes" ; then AC_MSG_RESULT(yes) DEBUG="yes" *************** *** 152,156 **** then LFLAGS="-export_dynamic -shared" ! if test "$DEBUG" == "no"; then #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000" OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe" --- 152,156 ---- then LFLAGS="-export_dynamic -shared" ! if test "$DEBUG" = "no"; then #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000" OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe" *************** *** 193,197 **** DFLAGS="$DFLAGS -DMACOSX"
! if test "$DEBUG" == "no"; then OFLAGS="-O2" else --- 193,197 ---- DFLAGS="$DFLAGS -DMACOSX"
! if test "$DEBUG" = "no"; then OFLAGS="-O2" else