emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/configure.in,v
Date: Wed, 06 Aug 2008 05:27:02 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/08/06 05:27:02

Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.554
retrieving revision 1.555
diff -u -b -r1.554 -r1.555
--- configure.in        5 Aug 2008 23:43:50 -0000       1.554
+++ configure.in        6 Aug 2008 05:27:01 -0000       1.555
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]