From 0ccaeba319570ef42994d7c2685ee730b739655a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 21 Aug 2005 19:01:02 +0000 Subject: [PATCH] regenerated after undoing recent HP-UX changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configure b/configure index 98d65fbe5a..6331bb8866 100755 --- a/configure +++ b/configure @@ -20079,10 +20079,6 @@ fi 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 ;; -- 2.45.2