summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2008-05-02 09:38:30 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2008-05-02 09:38:30 +0000
commit21bc2a121779e442fb72b546d45d588bdde41ac7 (patch)
treedbb7367d3d70e6eb70853576453f8239bf71254d /configure.in
parent039d0698a606d7529d2d9e465ee843648bf6cfb2 (diff)
downloademacs-21bc2a121779e442fb72b546d45d588bdde41ac7.tar.gz
Check availability of AvailabilityMacros.h
if HAVE_CARBON.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7608d027515..df1d1c62471 100644
--- a/configure.in
+++ b/configure.in
@@ -2553,6 +2553,7 @@ AC_CHECK_HEADER(malloc/malloc.h, AC_DEFINE(HAVE_MALLOC_MALLOC_H, 1, [Define to 1
### 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