diff options
author | Miles Bader <miles@gnu.org> | 2008-05-04 19:46:16 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-05-04 19:46:16 +0000 |
commit | 793fb84f9050f3b09fd1373698bf27eca3e90820 (patch) | |
tree | a4fb0a1f3101e3092eb212013c44380aa23b02ce /configure.in | |
parent | b8a1697a836c26cd8fb8eee348b0eaed3a529b86 (diff) | |
parent | 69d72bb8443a6a40c8b05e12fc2c806e14470124 (diff) | |
download | emacs-793fb84f9050f3b09fd1373698bf27eca3e90820.tar.gz |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1142
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index bbaca559148..2e3aa63edc5 100644 --- a/configure.in +++ b/configure.in @@ -2230,6 +2230,7 @@ AC_CHECK_HEADER(malloc/malloc.h, [AC_DEFINE(HAVE_MALLOC_MALLOC_H, 1, [Define to ### 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 |