aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.in1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa3f5699ee0..a146fe90874 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
12008-05-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * configure.in: Check availability of AvailabilityMacros.h
4 if HAVE_CARBON.
5
6 * configure: Regenerate.
7
12008-04-11 Dan Nicolaescu <dann@ics.uci.edu> 82008-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2 9
3 * configure.in: Remove hpux10.20 from the desupported list. 10 * configure.in: Remove hpux10.20 from the desupported list.
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
2553### Use Mac OS X Carbon API to implement GUI. 2553### Use Mac OS X Carbon API to implement GUI.
2554if test "${HAVE_CARBON}" = "yes"; then 2554if test "${HAVE_CARBON}" = "yes"; then
2555 AC_DEFINE(HAVE_CARBON, 1, [Define to 1 if you are using the Carbon API on Mac OS X.]) 2555 AC_DEFINE(HAVE_CARBON, 1, [Define to 1 if you are using the Carbon API on Mac OS X.])
2556 AC_CHECK_HEADERS(AvailabilityMacros.h)
2556 ## Specify the install directory 2557 ## Specify the install directory
2557 carbon_appdir= 2558 carbon_appdir=
2558 if test "${carbon_appdir_x}" != ""; then 2559 if test "${carbon_appdir_x}" != ""; then