Apertium on Windows/No ANSI Patch

From Apertium
< Apertium on Windows
Revision as of 20:08, 31 May 2007 by 83.67.17.205 (talk) (New page: <pre> Index: configure.ac =================================================================== --- configure.ac (revision 478) +++ configure.ac (working copy) @@ -68,7 +68,7 @...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Index: configure.ac
===================================================================
--- configure.ac        (revision 478)
+++ configure.ac        (working copy)
@@ -68,7 +68,7 @@
   else
     AC_MSG_RESULT([Other])
     CFLAGS="$CFLAGS -Wall -ansi -O3"
-    CXXFLAGS="$CXXFLAGS -Wall -ansi -O3"
+    CXXFLAGS="$CXXFLAGS -Wall -O3"
   fi
 fi