diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-07-21 09:53:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-07-21 09:53:19 +0000 |
commit | 763dbe6baf522c090a9db4ae9a58efa47339151e (patch) | |
tree | 990f14bb05369df69756a3186f718da7cc63818e /src/s | |
parent | d68beb2f6d1a3d308cd07e7dba61ed955d20f6f9 (diff) | |
download | emacs-763dbe6baf522c090a9db4ae9a58efa47339151e.tar.gz |
(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 @@ #define TERMINFO #define LIBS_TERMCAP -lncurses +#undef LD_SWITCH_SYSTEM_TEMACS #undef LD_SWITCH_SYSTEM #ifdef __ELF__ |