regenerated after undoing recent HP-UX changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-08-21 19:01:02 +00:00
parent d24a5079c5
commit 0ccaeba319

8
configure vendored
View File

@ -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
;;