diff configure.in @ 97319:711b5eb40d6d

(COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 06 Aug 2008 05:27:01 +0000
parents 8e2303572839
children 299a284fd85c
line wrap: on
line diff
--- a/configure.in	Wed Aug 06 05:26:53 2008 +0000
+++ b/configure.in	Wed Aug 06 05:27:01 2008 +0000
@@ -2054,9 +2054,9 @@
   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