]> git.saurik.com Git - wxWidgets.git/blobdiff - build/aclocal/bakefile.m4
return correct coordinates for child windows from DoGetPosition() in RTL mode (patch...
[wxWidgets.git] / build / aclocal / bakefile.m4
index b221ec046440ad2b5f484e8530113347b9ba16d3..6fe4dcdeadbcc7780d0aa6fd6d8f8a047f68d392 100644 (file)
@@ -430,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