changeset 80542:2f1b582ec628

Check availability of AvailabilityMacros.h if HAVE_CARBON.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Fri, 02 May 2008 09:38:30 +0000
parents 6452b45858e3
children a86d0e27cd6a
files configure.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri May 02 09:38:18 2008 +0000
+++ b/configure.in	Fri May 02 09:38:30 2008 +0000
@@ -2553,6 +2553,7 @@
 ### Use Mac OS X Carbon API to implement GUI.
 if test "${HAVE_CARBON}" = "yes"; then
   AC_DEFINE(HAVE_CARBON, 1, [Define to 1 if you are using the Carbon API on Mac OS X.])
+  AC_CHECK_HEADERS(AvailabilityMacros.h)
   ## Specify the install directory
   carbon_appdir=
   if test "${carbon_appdir_x}" != ""; then