diff options
| author | Andreas Schwab | 2003-01-22 19:57:26 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-01-22 19:57:26 +0000 |
| commit | 8f417b3bb8af90455cbb68218012fe37ed5db78d (patch) | |
| tree | 8e3044713a1c970dfa2f34c7fd86d0a443ff7681 | |
| parent | 12bf22e02b833bcb65967337b1692ab595ddf9c6 (diff) | |
| download | emacs-8f417b3bb8af90455cbb68218012fe37ed5db78d.tar.gz emacs-8f417b3bb8af90455cbb68218012fe37ed5db78d.zip | |
Regenerated.
| -rwxr-xr-x | configure | 2 | ||||
| -rw-r--r-- | src/config.in | 4 |
2 files changed, 5 insertions, 1 deletions
| @@ -10075,6 +10075,8 @@ _ACEOF | |||
| 10075 | * ) carbon_appdir=${carbon_appdir_x} ;; | 10075 | * ) carbon_appdir=${carbon_appdir_x} ;; |
| 10076 | esac | 10076 | esac |
| 10077 | fi | 10077 | fi |
| 10078 | # We also have mouse menus. | ||
| 10079 | HAVE_MENUS=yes | ||
| 10078 | fi | 10080 | fi |
| 10079 | 10081 | ||
| 10080 | ### Use session management (-lSM -lICE) if available | 10082 | ### Use session management (-lSM -lICE) if available |
diff --git a/src/config.in b/src/config.in index 165bafb4629..5a22b7c3c50 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -241,6 +241,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 241 | /* Define to 1 if you have the <krb.h> header file. */ | 241 | /* Define to 1 if you have the <krb.h> header file. */ |
| 242 | #undef HAVE_KRB_H | 242 | #undef HAVE_KRB_H |
| 243 | 243 | ||
| 244 | /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ | ||
| 245 | #undef HAVE_LANGINFO_CODESET | ||
| 246 | |||
| 244 | /* Define to 1 if you have the `com_err' library (-lcom_err). */ | 247 | /* Define to 1 if you have the `com_err' library (-lcom_err). */ |
| 245 | #undef HAVE_LIBCOM_ERR | 248 | #undef HAVE_LIBCOM_ERR |
| 246 | 249 | ||
| @@ -791,7 +794,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 791 | #ifdef HAVE_CARBON | 794 | #ifdef HAVE_CARBON |
| 792 | #define HAVE_WINDOW_SYSTEM | 795 | #define HAVE_WINDOW_SYSTEM |
| 793 | #define HAVE_MOUSE | 796 | #define HAVE_MOUSE |
| 794 | #define HAVE_MENUS | ||
| 795 | #endif | 797 | #endif |
| 796 | 798 | ||
| 797 | /* Define USER_FULL_NAME to return a string | 799 | /* Define USER_FULL_NAME to return a string |