Ignore what the diff says.. think "added S/390 support". Really.

The rest is just an illusion, as was ever not supporting S/390.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee 2001-11-24 05:39:18 +00:00
parent aa83902af1
commit 94054c1dfa
2 changed files with 628 additions and 635 deletions

1258
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -397,7 +397,6 @@ USE_SUN=
USE_SOLARIS=
USE_SUNOS=
USE_ALPHA=
USE_IA64=
USE_OSF=
USE_BSD=
USE_DARWIN=
@ -462,10 +461,6 @@ case "${host}" in
USE_ALPHA=1
AC_DEFINE(__ALPHA__)
fi
if test "x$TMP" = "xia64"; then
USE_IA64=1
AC_DEFINE(__IA64__)
fi
DEFAULT_DEFAULT_wxUSE_GTK=1
;;
*-*-irix5* | *-*-irix6* )