From 3e91a053d994909287c300dc93e1f37ce6f8e44e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 12 Jul 2012 15:48:21 -0400 Subject: Move UNIX98_PTYS from src/s to configure * configure.ac (UNIX98_PTYS): Move here from src/s. * src/s/gnu-linux.h (UNIX98_PTYS): Let configure set it. --- src/ChangeLog | 4 ++++ src/s/gnu-linux.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index 2d661f2be09..14428f427d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-07-12 Glenn Morris + + * s/gnu-linux.h (UNIX98_PTYS): Let configure set it. + 2012-07-12 Paul Eggert Fix typos that broke OS X build. diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 626113b119c..90725815dea 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -25,10 +25,6 @@ along with GNU Emacs. If not, see . */ #define USG #define GNU_LINUX -#if defined HAVE_GRANTPT -#define UNIX98_PTYS -#endif /* HAVE_GRANTPT */ - /* Here, on a separate page, add any special hacks needed to make Emacs work on this system. For example, you might define certain system call names that don't -- cgit v1.2.1