emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/configure,v
Date: Wed, 06 Aug 2008 16:19:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/08/06 16:19:43

Index: configure
===================================================================
RCS file: /sources/emacs/emacs/configure,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -b -r1.288 -r1.289
--- configure   6 Aug 2008 05:27:14 -0000       1.288
+++ configure   6 Aug 2008 16:19:41 -0000       1.289
@@ -9332,7 +9332,7 @@
 fi
 
 
-  NS_HAVE_INTEGER=yes
+  NS_HAVE_NSINTEGER=yes
   cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -9365,17 +9365,17 @@
         test -z "$ac_c_werror_flag" ||
         test ! -s conftest.err
        } && test -s conftest.$ac_objext; then
-  ns_have_integer=yes
+  ns_have_nsinteger=yes
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-       ns_have_integer=no
+       ns_have_nsinteger=no
 fi
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  if test $ns_have_integer = no; then
-    NS_HAVE_INTEGER=no
+  if test $ns_have_nsinteger = no; then
+    NS_HAVE_NSINTEGER=no
   fi
 fi
 if test "${HAVE_NS}" = yes; then
@@ -14894,10 +14894,10 @@
 _ACEOF
 
   fi
-  if test "${NS_HAVE_INTEGER}" = "yes"; then
+  if test "${NS_HAVE_NSINTEGER}" = "yes"; then
 
 cat >>confdefs.h <<\_ACEOF
-#define NS_HAVE_INTEGER 1
+#define NS_HAVE_NSINTEGER 1
 _ACEOF
 
   fi




reply via email to

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