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
commit3dcdb6ea2ccd415f5496e14c926c24877597dd62 (patch)
treecb1a47ed4d71e453d97843b291adbf46cefbb86f /configure.in
parent244a0c3ce7790056bf8745db11b364d32f9d8372 (diff)
downloademacs-3dcdb6ea2ccd415f5496e14c926c24877597dd62.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 */