comparison configure.in @ 94615:a0615a586d39

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1142
author Miles Bader <miles@gnu.org>
date Sun, 04 May 2008 19:46:16 +0000
parents 100982f1144d 2f1b582ec628
children 1a762a842f80
comparison
equal deleted inserted replaced
94614:b333cf3be3cc 94615:a0615a586d39
2228 AC_CHECK_HEADER(malloc/malloc.h, [AC_DEFINE(HAVE_MALLOC_MALLOC_H, 1, [Define to 1 if you have the <malloc/malloc.h> header file.])]) 2228 AC_CHECK_HEADER(malloc/malloc.h, [AC_DEFINE(HAVE_MALLOC_MALLOC_H, 1, [Define to 1 if you have the <malloc/malloc.h> header file.])])
2229 2229
2230 ### Use Mac OS X Carbon API to implement GUI. 2230 ### Use Mac OS X Carbon API to implement GUI.
2231 if test "${HAVE_CARBON}" = "yes"; then 2231 if test "${HAVE_CARBON}" = "yes"; then
2232 AC_DEFINE(HAVE_CARBON, 1, [Define to 1 if you are using the Carbon API on Mac OS X.]) 2232 AC_DEFINE(HAVE_CARBON, 1, [Define to 1 if you are using the Carbon API on Mac OS X.])
2233 AC_CHECK_HEADERS(AvailabilityMacros.h)
2233 ## Specify the install directory 2234 ## Specify the install directory
2234 carbon_appdir= 2235 carbon_appdir=
2235 if test "${carbon_appdir_x}" != ""; then 2236 if test "${carbon_appdir_x}" != ""; then
2236 case ${carbon_appdir_x} in 2237 case ${carbon_appdir_x} in
2237 y | ye | yes) carbon_appdir=/Applications ;; 2238 y | ye | yes) carbon_appdir=/Applications ;;