diff options
| author | Richard M. Stallman | 2003-07-21 09:53:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-07-21 09:53:19 +0000 |
| commit | 763dbe6baf522c090a9db4ae9a58efa47339151e (patch) | |
| tree | 990f14bb05369df69756a3186f718da7cc63818e /src/s | |
| parent | d68beb2f6d1a3d308cd07e7dba61ed955d20f6f9 (diff) | |
| download | emacs-763dbe6baf522c090a9db4ae9a58efa47339151e.tar.gz emacs-763dbe6baf522c090a9db4ae9a58efa47339151e.zip | |
(LD_SWITCH_SYSTEM_TEMACS): Add undef.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/openbsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/openbsd.h b/src/s/openbsd.h index 6e7aefc592b..7273f48e20f 100644 --- a/src/s/openbsd.h +++ b/src/s/openbsd.h | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | #define TERMINFO | 10 | #define TERMINFO |
| 11 | #define LIBS_TERMCAP -lncurses | 11 | #define LIBS_TERMCAP -lncurses |
| 12 | 12 | ||
| 13 | #undef LD_SWITCH_SYSTEM_TEMACS | ||
| 13 | #undef LD_SWITCH_SYSTEM | 14 | #undef LD_SWITCH_SYSTEM |
| 14 | #ifdef __ELF__ | 15 | #ifdef __ELF__ |
| 15 | 16 | ||