]> git.saurik.com Git - wxWidgets.git/blobdiff - build/aclocal/bakefile.m4
Bring through upstream version tagged SDL_1_2_11.
[wxWidgets.git] / build / aclocal / bakefile.m4
index e883fc8b5217974499f129e0d057982b535bf4bf..6fe4dcdeadbcc7780d0aa6fd6d8f8a047f68d392 100644 (file)
@@ -421,7 +421,6 @@ AC_DEFUN([AC_BAKEFILE_SHARED_LD],
 
       powerpc-apple-macos* | \
       *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
-      *-*-mirbsd* | \
       *-*-sunos4* | \
       *-*-osf* | \
       *-*-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
 
     if test "x$PIC_FLAG" != "x" ; then