emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Sat, 09 Oct 2004 14:45:27 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.373 emacs/configure.in:1.374
*** emacs/configure.in:1.373    Wed Oct  6 12:28:31 2004
--- emacs/configure.in  Fri Oct  8 18:36:47 2004
***************
*** 2313,2318 ****
--- 2313,2321 ----
    AC_CHECK_HEADER(Carbon/Carbon.h, HAVE_CARBON=yes)
  fi
  
+ dnl Check for malloc/malloc.h on darwin
+ 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.]))
+ 
  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.])
    window_system=mac




reply via email to

[Prev in Thread] Current Thread [Next in Thread]