]> code.delx.au - gnu-emacs/commitdiff
configure.in: Fix indentation
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 6 Nov 2010 10:31:56 +0000 (11:31 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 6 Nov 2010 10:31:56 +0000 (11:31 +0100)
ChangeLog
configure
configure.in
src/config.in

index 33a7cf784ab778b4c157f14ae3079fef78cbb2ca..1e3373df6df9b34a7d114067f6f59e93a18e9da5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-06  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Fix indentation.
+
 2010-10-31  Ken Brown  <kbrown@cornell.edu>
 
        * configure.in (checking whether localtime caches TZ): Use
index 3e3f91d45373062e0059ef0b66226b18e1dd5eed..183b8d1f7661e2ee364c25a8f4cd624b7d64ffe2 100755 (executable)
--- a/configure
+++ b/configure
@@ -14986,7 +14986,7 @@ echo "  Does Emacs use -lgpm?                                   ${HAVE_GPM}"
 echo "  Does Emacs use -ldbus?                                  ${HAVE_DBUS}"
 echo "  Does Emacs use -lgconf?                                 ${HAVE_GCONF}"
 echo "  Does Emacs use -lselinux?                               ${HAVE_LIBSELINUX}"
-echo "  Does Emacs use -lgnutls?                                       ${HAVE_GNUTLS}"
+echo "  Does Emacs use -lgnutls?                                ${HAVE_GNUTLS}"
 echo "  Does Emacs use -lxml2?                                  ${HAVE_LIBXML2}"
 
 echo "  Does Emacs use -lfreetype?                              ${HAVE_FREETYPE}"
index d53830b5ba2074ca9f39ffd4d0f977a39fdc57bd..3126a3766002e914fac159ef1a39c9901ac8703c 100644 (file)
@@ -3704,7 +3704,7 @@ echo "  Does Emacs use -lgpm?                                   ${HAVE_GPM}"
 echo "  Does Emacs use -ldbus?                                  ${HAVE_DBUS}"
 echo "  Does Emacs use -lgconf?                                 ${HAVE_GCONF}"
 echo "  Does Emacs use -lselinux?                               ${HAVE_LIBSELINUX}"
-echo "  Does Emacs use -lgnutls?                                       ${HAVE_GNUTLS}"
+echo "  Does Emacs use -lgnutls?                                ${HAVE_GNUTLS}"
 echo "  Does Emacs use -lxml2?                                  ${HAVE_LIBXML2}"
 
 echo "  Does Emacs use -lfreetype?                              ${HAVE_FREETYPE}"
index add2ac73d5547098a59a11abf1360a87062e0cf5..5b042ce8effc4dd88f3480c877f76146e35578b8 100644 (file)
@@ -1059,6 +1059,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t
 
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t
+
 /* Define to any substitute for sys_siglist. */
 #undef sys_siglist
 
@@ -1097,17 +1100,14 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include config_opsysfile
 #include config_machfile
 
-/* Set up some defines, C and LD flags for NeXTstep interface on GNUstep.
-  (There is probably a better place to do this, but right now the Cocoa
-   side does this in s/darwin.h and we cannot
-   parallel this exactly since GNUstep is multi-OS.  */
-#ifdef HAVE_NS
-# ifdef NS_IMPL_GNUSTEP
 /* GNUstep needs a bit more pure memory.  Of the existing knobs,
-SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.  */
+   SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.
+  (There is probably a better place to do this, but right now the
+   Cocoa side does this in s/darwin.h and we cannot parallel this
+   exactly since GNUstep is multi-OS.  */
+#if defined HAVE_NS && defined NS_IMPL_GNUSTEP
 #  define SYSTEM_PURESIZE_EXTRA 30000
-# endif /* NS_IMPL_GNUSTEP */
-#endif /* HAVE_NS */
+#endif
 
 /* SIGTYPE is the macro we actually use.  */
 #ifndef SIGTYPE