diff options
author | Glenn Morris <rgm@gnu.org> | 2008-10-04 18:45:30 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-10-04 18:45:30 +0000 |
commit | 3dcdb6ea2ccd415f5496e14c926c24877597dd62 (patch) | |
tree | cb1a47ed4d71e453d97843b291adbf46cefbb86f /configure.in | |
parent | 244a0c3ce7790056bf8745db11b364d32f9d8372 (diff) | |
download | emacs-3dcdb6ea2ccd415f5496e14c926c24877597dd62.tar.gz |
Fix case of "GNUstep".
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 */ |