]> git.saurik.com Git - wxWidgets.git/commitdiff
regenerated after undoing recent HP-UX changes
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Aug 2005 19:01:02 +0000 (19:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 21 Aug 2005 19:01:02 +0000 (19:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure

index 98d65fbe5adda3bcfa3113c83b4973ff4a9978c1..6331bb8866f4a916012f028f8f426b6ee66cd652 100755 (executable)
--- a/configure
+++ b/configure
 if test "x$wx_largefile" = "xyes"; then
     if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
         WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
-
-                                                if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
-            CXXFLAGS="$CXXFLAGS -D__STDC_EXT__=1"
-        fi
     else
         WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
     fi
@@ -34677,9 +34673,7 @@ echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
                                 THREAD_OPTS="pthreads"
                 ;;
           *-hp-hpux* )
-                if test "x$GCC" = "xyes"; then
-                                                            THREAD_OPTS="-threads"
-                fi
+                if test "x$GCC" != "xyes"; then
                                                                                 THREAD_OPTS=""
                 fi
                 ;;