git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-18 18:32:53 +00:00
parent d0a5e34a08
commit d5fc095cf5
2 changed files with 18 additions and 2 deletions

16
configure vendored
View File

@@ -1892,6 +1892,21 @@ _ACEOF
DEFAULT_DEFAULT_wxUSE_PM=1
CXX=gcc
LIBS="$LIBS -lstdcpp"
ac_executable_extensions=".exe"
export ac_executable_extensions
ac_save_IFS="$IFS"
IFS="\\"
ac_TEMP_PATH=
for ac_dir in $PATH; do
IFS=$ac_save_IFS
if test -z "$ac_TEMP_PATH"; then
ac_TEMP_PATH="$ac_dir"
else
ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
fi
done
export PATH="$ac_TEMP_PATH"
unset ac_TEMP_PATH
;;
powerpc-*-darwin* )
@@ -34335,6 +34350,7 @@ fi
*-*-sunos4* | \
*-*-osf* | \
*-*-dgux5* | \
*-pc-os2-emx | \
*-*-sysv5* )
;;