# HG changeset patch # User Glenn Morris # Date 1277872189 25200 # Node ID 403dcf18b5c2401fd5b66d7af2e9ba2ee221e76e # Parent 48064019239b2afe22694566b78ca8ff79fff6ae Fix some whitespace in previous. diff -r 48064019239b -r 403dcf18b5c2 configure --- 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 diff -r 48064019239b -r 403dcf18b5c2 configure.in --- 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 */ diff -r 48064019239b -r 403dcf18b5c2 src/config.in --- 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 */