diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-11-14 08:21:26 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-11-14 08:21:26 +0000 |
commit | d9a3479e3b445534f58e5870758ad09159f48add (patch) | |
tree | cdb18a3611de2a68777a56ef71bbf01745cdd1c4 /configure.in | |
parent | 3511a25f051748fde087d45df8f57147f1eeab50 (diff) | |
download | emacs-d9a3479e3b445534f58e5870758ad09159f48add.tar.gz |
(HAVE_CANCELMENUTRACKING): Remove test.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.in b/configure.in index 871c0dac5e7..91ec83765d4 100644 --- a/configure.in +++ b/configure.in @@ -2416,15 +2416,6 @@ if test "${HAVE_CARBON}" = "yes"; then 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 |