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: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Mon, 06 Jun 2005 16:17:49 -0400

Index: emacs/configure.in
diff -c emacs/configure.in:1.389 emacs/configure.in:1.390
*** emacs/configure.in:1.389    Thu May 19 08:28:29 2005
--- emacs/configure.in  Mon Jun  6 20:17:49 2005
***************
*** 2345,2350 ****
--- 2345,2359 ----
    fi
    # We also have mouse menus.
    HAVE_MENUS=yes
+ 
+   tmp_CFLAGS="$CFLAGS"
+   CFLAGS="$CFLAGS -framework Carbon"
+   AC_CHECK_FUNC(CancelMenuTracking, have_cmt=yes, have_cmt=no)
+   if test "$have_cmt" = yes; then
+     AC_DEFINE(HAVE_CANCELMENUTRACKING, 1, 
+               [Define to 1 if CancelMenuTracking is available (Mac OSX).])
+   fi
+   CFLAGS="$tmp_CFLAGS"
  fi
  
  ### Use session management (-lSM -lICE) if available




reply via email to

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