diff options
| author | Richard M. Stallman | 1995-06-30 20:57:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-06-30 20:57:55 +0000 |
| commit | 8a822d6aa8302f6f0b104f9e52acbed3cf8dab2d (patch) | |
| tree | 977f1e53fb7e381267db9e424f45448b123e3bdc | |
| parent | fa786521feed5ce341b9c70ea655598b8f70cba2 (diff) | |
| download | emacs-8a822d6aa8302f6f0b104f9e52acbed3cf8dab2d.tar.gz emacs-8a822d6aa8302f6f0b104f9e52acbed3cf8dab2d.zip | |
(LIBX11_SYSTEM): Add undef.
| -rw-r--r-- | src/s/hpux9.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index cc5f4e6c345..c622a392b05 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -46,3 +46,6 @@ | |||
| 46 | 46 | ||
| 47 | /* HP-UX doesn't supply nor need Xmu. */ | 47 | /* HP-UX doesn't supply nor need Xmu. */ |
| 48 | #define LIBXMU | 48 | #define LIBXMU |
| 49 | |||
| 50 | /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ | ||
| 51 | #undef LIBX11_SYSTEM | ||