Update of /cvsroot/pure-data/externals/sprinkler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11865
Modified Files: configure.in Log Message: + tiny configure fix
Index: configure.in =================================================================== RCS file: /cvsroot/pure-data/externals/sprinkler/configure.in,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** configure.in 10 Aug 2007 10:28:11 -0000 1.7 --- configure.in 10 Aug 2007 10:44:43 -0000 1.8 *************** *** 125,129 **** [allow backwards-compatible non-MAX "forward" alias (default=no)]))
! if test "$enable_forward" == "yes" ; then AC_MSG_RESULT(yes) NON_MAX_FORWARD="yes" --- 125,129 ---- [allow backwards-compatible non-MAX "forward" alias (default=no)]))
! if test "$enable_forward" = "yes" ; then AC_MSG_RESULT(yes) NON_MAX_FORWARD="yes" *************** *** 166,170 **** 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" --- 166,170 ---- 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" *************** *** 185,189 **** 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" --- 185,189 ---- 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" *************** *** 226,230 **** DFLAGS="$DFLAGS -DMACOSX"
! if test "$DEBUG" == "no"; then OFLAGS="-O2" else --- 226,230 ---- DFLAGS="$DFLAGS -DMACOSX"
! if test "$DEBUG" = "no"; then OFLAGS="-O2" else