aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/darwin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 7f5191a26d8..b5a358549da 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -262,6 +262,9 @@ Boston, MA 02111-1307, USA. */
262 option to use it. */ 262 option to use it. */
263#ifdef HAVE_LIBNCURSES 263#ifdef HAVE_LIBNCURSES
264#define LIBS_TERMCAP -lncurses 264#define LIBS_TERMCAP -lncurses
265/* This prevents crashes when running Emacs in Terminal.app under
266 10.2. */
267#define TERMINFO
265#endif 268#endif
266 269
267/* Link this program just by running cc. */ 270/* Link this program just by running cc. */