]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
compilation fix for VC6 (closes 1025093)
[wxWidgets.git] / configure.in
index 9f902914999b35ce396e64ddbcaa843209af6181..d707ad1ceb37672b52ba25cfd4554169e82e8087 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_REVISION($Id$)dnl
 
-AC_PREREQ(2.57)
+AC_PREREQ(2.58)
 
 dnl ---------------------------------------------------------------------------
 dnl
@@ -4951,10 +4951,10 @@ if test "$wxUSE_SOCKETS" = "yes" ; then
     dnl like mingw does..  -- RL
     if test "$TOOLKIT" != "MSW"; then
         dnl determine the type of third argument for getsockname
-       dnl This test needs to be done in C++ mode since gsocket.cpp now
-       dnl is C++ code and pointer cast that are possible even without
-       dnl warning in C still fail in C++.
-       AC_LANG_PUSH(C++)
+        dnl This test needs to be done in C++ mode since gsocket.cpp now
+        dnl is C++ code and pointer cast that are possible even without
+        dnl warning in C still fail in C++.
+        AC_LANG_PUSH(C++)
         AC_CACHE_CHECK([what is the type of the third argument of getsockname],
                        wx_cv_type_getsockname3,
             [
@@ -5015,7 +5015,7 @@ if test "$wxUSE_SOCKETS" = "yes" ; then
         else
             AC_DEFINE_UNQUOTED(SOCKLEN_T, $wx_cv_type_getsockname3)
         fi
-       AC_LANG_POP
+        AC_LANG_POP
     fi
 fi