diff options
author | Glenn Morris <rgm@gnu.org> | 2015-06-22 22:03:33 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-06-22 22:03:33 -0400 |
commit | d97fbcbedce8f36050af7a55d34c6ed50c99507c (patch) | |
tree | 6c7382a717c19ae765b9b500647a4256dd1be3c1 /nextstep | |
parent | eccfc0a487787a7c1c2465c469becad983fc2810 (diff) |
* configure.ac (--with-ns): Enable by default on OS X.
; * etc/NEWS, nextstep/INSTALL: Mention this.
Diffstat (limited to 'nextstep')
-rw-r--r-- | nextstep/INSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nextstep/INSTALL b/nextstep/INSTALL index 96aaac7b09..8c9cd3bab2 100644 --- a/nextstep/INSTALL +++ b/nextstep/INSTALL @@ -19,6 +19,8 @@ In the top-level directory, use: ./configure --with-ns +(On Mac OS X, --with-ns is enabled by default.) + This will compile all the files, but emacs will not be able to be run except in -nw (terminal) mode. |