summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-08-06 05:27:01 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-08-06 05:27:01 +0000
commit7ef651dd210bbfb409f1873894140b8c5262802a (patch)
treeda4b7578da571cd8d0a7a8d56bec61671626e2fd /configure.in
parent23ca30bdae438d9e56c9ca424f345fff910e9ef1 (diff)
downloademacs-7ef651dd210bbfb409f1873894140b8c5262802a.tar.gz
(COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 54877da2377..c30061d2ad0 100644
--- a/configure.in
+++ b/configure.in
@@ -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