Another try to detect alpha systems and fix string.h for it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -600,6 +600,12 @@ case "${canonical}" in
|
||||
*-*-linux* )
|
||||
USE_LINUX=1
|
||||
AC_DEFINE(__LINUX__)
|
||||
TMP=`uname -m`
|
||||
if test "x$TMP" = "xalpha"
|
||||
then
|
||||
USE_ALPHA=1
|
||||
AC_DEFINE(__ALPHA__)
|
||||
fi
|
||||
;;
|
||||
*-*-irix5* | *-*-irix6* )
|
||||
USE_SGI=1
|
||||
|
Reference in New Issue
Block a user