git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35254
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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
THREAD_OPTS="pthreads"
;;
*-hp-hpux* )
- if test "x$GCC" = "xyes"; then
- THREAD_OPTS="-threads"
- fi
+ if test "x$GCC" != "xyes"; then
THREAD_OPTS=""
fi
;;