summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-10-04 18:45:30 +0000
committerGlenn Morris <rgm@gnu.org>2008-10-04 18:45:30 +0000
commit121a7613c186912b34750becee32a7a740431ccb (patch)
treee8c2f59df52f14ada48690d79d87f496361c7393 /configure.in
parente06d24100310f0cd970a58ecf07684be5f7d6e9a (diff)
downloademacs-121a7613c186912b34750becee32a7a740431ccb.tar.gz
Fix case of "GNUstep".
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9a8c8e36ecf..ead577f5246 100644
--- a/configure.in
+++ b/configure.in
@@ -2627,7 +2627,7 @@ AH_BOTTOM([
/* See also .m.o rule in Makefile.in */
/* FIXME: are all these flags really needed? Document here why. */
# define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing
-/* 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
# endif /* NS_IMPL_GNUSTEP */