]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Removed rundant files, updated readme.txt.
[wxWidgets.git] / configure.in
index 9ff2097aba318b7849169e280b330c97d40873ff..b63d32b6a22d282c7bab4ed82e62118ff8f3eb99 100644 (file)
@@ -1909,8 +1909,8 @@ if test "$USE_WIN32" = 1 ; then
 fi
 
 if test "$USE_DARWIN" = 1; then
-    // Mac OS X/Darwin GCC uses precompiled headers by default
-    // this can cause problems both when compiling wxMac and wxBase
+    dnl Mac OS X/Darwin GCC uses precompiled headers by default
+    dnl this can cause problems both when compiling wxMac and wxBase
     if test "$wxUSE_PRECOMP" = "yes"; then
         CPPFLAGS="$CPPFLAGS -cpp-precomp"
     else