diff options
author | Andreas Schwab <schwab@suse.de> | 2003-01-22 19:56:44 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2003-01-22 19:56:44 +0000 |
commit | 12bf22e02b833bcb65967337b1692ab595ddf9c6 (patch) | |
tree | 5dc0a570881bcdacea87d7ed2c92a9c9cd5887f4 /configure.in | |
parent | ac1242e60e37f8b35a7566752a6a8ac2d3abc65a (diff) | |
download | emacs-12bf22e02b833bcb65967337b1692ab595ddf9c6.tar.gz |
Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
redefining it explicitly in src/config.in.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b3c517fc8be..01522660caf 100644 --- a/configure.in +++ b/configure.in @@ -2139,6 +2139,8 @@ if test "${HAVE_CARBON}" = "yes"; then * ) carbon_appdir=${carbon_appdir_x} ;; esac fi + # We also have mouse menus. + HAVE_MENUS=yes fi ### Use session management (-lSM -lICE) if available @@ -2604,7 +2606,6 @@ AH_BOTTOM([ #ifdef HAVE_CARBON #define HAVE_WINDOW_SYSTEM #define HAVE_MOUSE -#define HAVE_MENUS #endif /* Define USER_FULL_NAME to return a string |