Allow unknown generic unix systems.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -421,7 +421,6 @@ AC_DEFUN([AC_BAKEFILE_SHARED_LD],
|
|||||||
|
|
||||||
powerpc-apple-macos* | \
|
powerpc-apple-macos* | \
|
||||||
*-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
|
*-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
|
||||||
*-*-mirbsd* | \
|
|
||||||
*-*-sunos4* | \
|
*-*-sunos4* | \
|
||||||
*-*-osf* | \
|
*-*-osf* | \
|
||||||
*-*-dgux5* | \
|
*-*-dgux5* | \
|
||||||
@@ -431,7 +430,8 @@ AC_DEFUN([AC_BAKEFILE_SHARED_LD],
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR(unknown system type $BAKEFILE_HOST.)
|
dnl wxWidgets specific: allow unknown unix systems
|
||||||
|
dnl AC_MSG_ERROR(unknown system type $BAKEFILE_HOST.)
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if test "x$PIC_FLAG" != "x" ; then
|
if test "x$PIC_FLAG" != "x" ; then
|
||||||
|
Reference in New Issue
Block a user