From c3e7509cda3af00e1d06b288031a5981b4ca3ee8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 4 Nov 2006 20:21:49 +0000 Subject: [PATCH] restored the wx-specific changes accidentally lost in rev 1.13 and 1.14 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/aclocal/bakefile.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/aclocal/bakefile.m4 b/build/aclocal/bakefile.m4 index 66e3d5f204..dde985719f 100644 --- a/build/aclocal/bakefile.m4 +++ b/build/aclocal/bakefile.m4 @@ -421,6 +421,7 @@ AC_DEFUN([AC_BAKEFILE_SHARED_LD], powerpc-apple-macos* | \ *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \ + *-*-mirbsd* | \ *-*-sunos4* | \ *-*-osf* | \ *-*-dgux5* | \ @@ -430,7 +431,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 if test "x$PIC_FLAG" != "x" ; then