Update of /cvsroot/pure-data/externals/moocow/gfsm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12583/gfsm
Modified Files: configure.in Log Message: + configure.in shell syntax fixes
Index: configure.in =================================================================== RCS file: /cvsroot/pure-data/externals/moocow/gfsm/configure.in,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** configure.in 10 Aug 2007 10:30:05 -0000 1.6 --- configure.in 10 Aug 2007 10:46:15 -0000 1.7 *************** *** 99,103 **** AC_HELP_STRING([--enable-debug],[build debug version (default=no)]))
! if test "$enable_debug" == "yes" ; then AC_MSG_RESULT(yes) DEBUG="yes" --- 99,103 ---- AC_HELP_STRING([--enable-debug],[build debug version (default=no)]))
! if test "$enable_debug" = "yes" ; then AC_MSG_RESULT(yes) DEBUG="yes" *************** *** 186,190 **** then LFLAGS="-export_dynamic -shared" ! if test "$DEBUG" == "no"; then #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000" #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer" --- 186,190 ---- then LFLAGS="-export_dynamic -shared" ! if test "$DEBUG" = "no"; then #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000" #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer" *************** *** 230,234 **** DFLAGS="$DFLAGS -DMACOSX"
! if test "$DEBUG" == "no"; then OFLAGS="-O2" else --- 230,234 ---- DFLAGS="$DFLAGS -DMACOSX"
! if test "$DEBUG" = "no"; then OFLAGS="-O2" else