mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
(COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
This commit is contained in:
parent
23ca30bdae
commit
7ef651dd21
1 changed files with 2 additions and 2 deletions
|
|
@ -2054,9 +2054,9 @@ if test "${HAVE_NS}" = "yes"; then
|
|||
if test "${NS_IMPL_GNUSTEP}" = "yes"; then
|
||||
AC_DEFINE(NS_IMPL_GNUSTEP, 1, [Define to 1 if you are using NS windowing under GNUstep.])
|
||||
fi
|
||||
dnl if test "${NS_HAVE_INTEGER}" = "yes"; then
|
||||
if test "${NS_HAVE_INTEGER}" = "yes"; then
|
||||
AC_DEFINE(NS_HAVE_INTEGER, 1, [Define to 1 if `NSInteger' is defined.])
|
||||
dnl fi
|
||||
fi
|
||||
# We also have mouse menus.
|
||||
HAVE_MENUS=yes
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue