changeset 109076:403dcf18b5c2

Fix some whitespace in previous.
author Glenn Morris <rgm@gnu.org>
date Tue, 29 Jun 2010 21:29:49 -0700
parents 48064019239b
children 758d2fa60c5c
files configure configure.in src/config.in
diffstat 3 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Jun 29 20:43:30 2010 -0700
+++ b/configure	Tue Jun 29 21:29:49 2010 -0700
@@ -5393,12 +5393,12 @@
 
 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
 then
-    ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
+  ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
 fi
 
 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
 then
-    ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
+  ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
 fi
 
 
--- a/configure.in	Tue Jun 29 20:43:30 2010 -0700
+++ b/configure.in	Tue Jun 29 21:29:49 2010 -0700
@@ -810,12 +810,12 @@
 
 if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
 then
-    ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
+  ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
 fi
 
 if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
 then
-    ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
+  ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
 fi
 
 dnl We need -znocombreloc if we're using a relatively recent GNU ld.
@@ -3504,9 +3504,9 @@
    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,
+/* GNUstep needs a bit more pure memory.  Of the existing knobs,
 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.  */
-  #  define SYSTEM_PURESIZE_EXTRA 30000
+#  define SYSTEM_PURESIZE_EXTRA 30000
 # endif /* NS_IMPL_GNUSTEP */
 #endif /* HAVE_NS */
 
--- a/src/config.in	Tue Jun 29 20:43:30 2010 -0700
+++ b/src/config.in	Tue Jun 29 21:29:49 2010 -0700
@@ -1073,9 +1073,9 @@
    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,
+/* GNUstep needs a bit more pure memory.  Of the existing knobs,
 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.  */
-  #  define SYSTEM_PURESIZE_EXTRA 30000
+#  define SYSTEM_PURESIZE_EXTRA 30000
 # endif /* NS_IMPL_GNUSTEP */
 #endif /* HAVE_NS */