X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd73e1842ae8114273feebe5d106596a4b711ea3..e88f6524513de78a0f8434e188ae0e7c354dba05:/build/aclocal/bakefile.m4 diff --git a/build/aclocal/bakefile.m4 b/build/aclocal/bakefile.m4 index 83cf7a32d7..6fe4dcdead 100644 --- a/build/aclocal/bakefile.m4 +++ b/build/aclocal/bakefile.m4 @@ -287,7 +287,7 @@ AC_DEFUN([AC_BAKEFILE_SHARED_LD], AC_TRY_COMPILE([], [ #ifndef __INTEL_COMPILER - #error Not ICC + This is not ICC #endif ], bakefile_cv_prog_icc=yes, @@ -329,7 +329,7 @@ AC_DEFUN([AC_BAKEFILE_SHARED_LD], [ #if (__GNUC__ < 3) || \ ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1)) - #error old gcc + This is old gcc #endif ], [ @@ -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 @@ -673,16 +674,16 @@ AC_DEFUN([AC_BAKEFILE_PRECOMP_HEADERS], AC_TRY_COMPILE([], [ #if !defined(__GNUC__) || !defined(__GNUC_MINOR__) - #error "no pch support" + There is no PCH support #endif #if (__GNUC__ < 3) - #error "no pch support" + There is no PCH support #endif #if (__GNUC__ == 3) && \ ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \ ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \ ( defined(__INTEL_COMPILER) ) - #error "no pch support" + There is no PCH support #endif ], [ @@ -694,7 +695,7 @@ AC_DEFUN([AC_BAKEFILE_PRECOMP_HEADERS], [ #if !defined(__INTEL_COMPILER) || \ (__INTEL_COMPILER < 800) - #error "no pch support" + There is no PCH support #endif ], [