Back to the Vavoom Forum Archives
sjamaan
--- configure.ac.orig 2007-06-10 13:36:44.000000000 +0200 +++ configure.ac @@ -54,7 +54,7 @@ if test "x$AR" = "x"; then fi AC_SUBST([AR]) -if test "x$enable_debug" == "xyes"; then +if test "x$enable_debug" = "xyes"; then CFLAGS="$CFLAGS -W -Wall" CXXFLAGS="$CXXFLAGS -W -Wall" LDFLAGS="$LDFLAGS -W -Wall" @@ -219,7 +219,7 @@ dnl dnl **** Add debug / development flags **** dnl -if test "x$enable_zone_debug" == "xyes"; then +if test "x$enable_zone_debug" = "xyes"; then CPPFLAGS="$CPPFLAGS -W -Wall -DZONE_DEBUG=1" fiPS could you configure the forum to support .patch and .txt files for upload? This would make it easier for you to download and apply patches and other stuff submitted by people.
Janis Legzdinsh