]> code.delx.au - gnu-emacs/commitdiff
(COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 6 Aug 2008 05:27:01 +0000 (05:27 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 6 Aug 2008 05:27:01 +0000 (05:27 +0000)
configure.in

index 54877da2377b34f2d360255d66d90f3f9179d219..c30061d2ad0ba3af602db0b4646810b4fd6606c6 100644 (file)
@@ -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