AC_TRY_COMPILE([],
[
#ifndef __INTEL_COMPILER
- #error Not ICC
+ This is not ICC
#endif
],
bakefile_cv_prog_icc=yes,
[
#if (__GNUC__ < 3) || \
((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
- #error old gcc
+ This is old gcc
#endif
],
[
;;
*)
- 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
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
],
[
[
#if !defined(__INTEL_COMPILER) || \
(__INTEL_COMPILER < 800)
- #error "no pch support"
+ There is no PCH support
#endif
],
[