corrected comments (should not be C++ style!)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2002-09-05 21:04:29 +00:00
parent 11a2ce5ad2
commit 50bcbd3d0e
2 changed files with 373 additions and 375 deletions

744
configure vendored

File diff suppressed because it is too large Load Diff

View 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