diff options
| author | Glenn Morris | 2010-04-27 01:09:01 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-27 01:09:01 -0700 |
| commit | 8fdac2c337db94e64bbb679cac3efdc533168e9a (patch) | |
| tree | c721dc94ac52088e3dd43599073722e676fe23e8 /src/s | |
| parent | c82a724450cefb1fb095eec7b229186ab13d3dce (diff) | |
| download | emacs-8fdac2c337db94e64bbb679cac3efdc533168e9a.tar.gz emacs-8fdac2c337db94e64bbb679cac3efdc533168e9a.zip | |
Move LIBXTR6 from cpp to autoconf.
* configure.in (LIBXTR6): New output variable. Move unixware special
case here from src/s/unixware.h.
* src/Makefile.in (LIBXTR6): Set with configure, not cpp.
* src/s/unixware.h (NEED_LIBW): Remove definition.
* admin/CPP-DEFINES: Remove NEED_LIBW.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/unixware.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/unixware.h b/src/s/unixware.h index d019b8bba80..d1e8748d913 100644 --- a/src/s/unixware.h +++ b/src/s/unixware.h | |||
| @@ -56,9 +56,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 56 | pty_name[sizeof(pty_name) - 1] = 0; \ | 56 | pty_name[sizeof(pty_name) - 1] = 0; \ |
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | /* Use libw.a along with X11R6 Xt. */ | ||
| 60 | #define NEED_LIBW | ||
| 61 | |||
| 62 | /* Data type of load average, as read out of kmem. */ | 59 | /* Data type of load average, as read out of kmem. */ |
| 63 | 60 | ||
| 64 | #define LOAD_AVE_TYPE long | 61 | #define LOAD_AVE_TYPE long |