27
32
AS_IF([test "$ac_cv_gcc_recent" = "no" -a "$host_vendor" = "apple"],
28
33
AC_MSG_ERROR([Your version of GCC is too old. At least version 4.2 is required on OSX. You may need to install a version of XCode >= 3.1.2]))
30
35
AC_MSG_ERROR([Your version of GCC is too old. At least version 4.1 is required]))