/[emacs]/emacs/configure.in
ViewVC logotype

Diff of /emacs/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.373 by jhd, Wed Oct 6 12:28:31 2004 UTC revision 1.374 by tamm, Fri Oct 8 18:36:47 2004 UTC
# Line 2313  if test "${with_carbon}" != "no"; then Line 2313  if test "${with_carbon}" != "no"; then
2313    AC_CHECK_HEADER(Carbon/Carbon.h, HAVE_CARBON=yes)    AC_CHECK_HEADER(Carbon/Carbon.h, HAVE_CARBON=yes)
2314  fi  fi
2315    
2316    dnl Check for malloc/malloc.h on darwin
2317    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.]))
2318    
2319  if test "${HAVE_CARBON}" = "yes"; then  if test "${HAVE_CARBON}" = "yes"; then
2320    AC_DEFINE(HAVE_CARBON, 1, [Define to 1 if you are using the Carbon API on Mac OS X.])    AC_DEFINE(HAVE_CARBON, 1, [Define to 1 if you are using the Carbon API on Mac OS X.])
2321    window_system=mac    window_system=mac

Legend:
Removed from v.1.373  
changed lines
  Added in v.1.374

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26