aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-06-29 21:29:49 -0700
committerGlenn Morris2010-06-29 21:29:49 -0700
commitf4981b7e31e98ed2f2d46733961c5ca211cc41c4 (patch)
treea517883d3353e2a425e17e7a821bfc56d6b7159d
parenta46007e939dcdb94301d4ea6eb94539cfa580e1d (diff)
downloademacs-f4981b7e31e98ed2f2d46733961c5ca211cc41c4.tar.gz
emacs-f4981b7e31e98ed2f2d46733961c5ca211cc41c4.zip
Fix some whitespace in previous.
-rwxr-xr-xconfigure4
-rw-r--r--configure.in8
-rw-r--r--src/config.in4
3 files changed, 8 insertions, 8 deletions
diff --git a/configure b/configure
index a6b4c45f329..90718cf6aad 100755
--- a/configure
+++ b/configure
@@ -5393,12 +5393,12 @@ fi
5393 5393
5394if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x 5394if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
5395then 5395then
5396 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS" 5396 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
5397fi 5397fi
5398 5398
5399if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x 5399if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
5400then 5400then
5401 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS" 5401 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
5402fi 5402fi
5403 5403
5404 5404
diff --git a/configure.in b/configure.in
index 48f0716a482..bb2866b6654 100644
--- a/configure.in
+++ b/configure.in
@@ -810,12 +810,12 @@ dnl Add our options to ac_link now, after it is set up.
810 810
811if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x 811if test x$GCC = xyes && test "x$GCC_LINK_TEST_OPTIONS" != x
812then 812then
813 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS" 813 ac_link="$ac_link $GCC_LINK_TEST_OPTIONS"
814fi 814fi
815 815
816if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x 816if test x$GCC = x && test "x$NON_GCC_LINK_TEST_OPTIONS" != x
817then 817then
818 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS" 818 ac_link="$ac_link $NON_GCC_LINK_TEST_OPTIONS"
819fi 819fi
820 820
821dnl We need -znocombreloc if we're using a relatively recent GNU ld. 821dnl We need -znocombreloc if we're using a relatively recent GNU ld.
@@ -3504,9 +3504,9 @@ AH_BOTTOM([
3504 parallel this exactly since GNUstep is multi-OS. */ 3504 parallel this exactly since GNUstep is multi-OS. */
3505#ifdef HAVE_NS 3505#ifdef HAVE_NS
3506# ifdef NS_IMPL_GNUSTEP 3506# ifdef NS_IMPL_GNUSTEP
3507 /* GNUstep needs a bit more pure memory. Of the existing knobs, 3507/* GNUstep needs a bit more pure memory. Of the existing knobs,
3508SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ 3508SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */
3509 # define SYSTEM_PURESIZE_EXTRA 30000 3509# define SYSTEM_PURESIZE_EXTRA 30000
3510# endif /* NS_IMPL_GNUSTEP */ 3510# endif /* NS_IMPL_GNUSTEP */
3511#endif /* HAVE_NS */ 3511#endif /* HAVE_NS */
3512 3512
diff --git a/src/config.in b/src/config.in
index e796e30b79d..962edf62571 100644
--- a/src/config.in
+++ b/src/config.in
@@ -1073,9 +1073,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1073 parallel this exactly since GNUstep is multi-OS. */ 1073 parallel this exactly since GNUstep is multi-OS. */
1074#ifdef HAVE_NS 1074#ifdef HAVE_NS
1075# ifdef NS_IMPL_GNUSTEP 1075# ifdef NS_IMPL_GNUSTEP
1076 /* GNUstep needs a bit more pure memory. Of the existing knobs, 1076/* GNUstep needs a bit more pure memory. Of the existing knobs,
1077SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ 1077SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */
1078 # define SYSTEM_PURESIZE_EXTRA 30000 1078# define SYSTEM_PURESIZE_EXTRA 30000
1079# endif /* NS_IMPL_GNUSTEP */ 1079# endif /* NS_IMPL_GNUSTEP */
1080#endif /* HAVE_NS */ 1080#endif /* HAVE_NS */
1081 1081