aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-02 06:34:28 +0000
committerRichard M. Stallman1997-06-02 06:34:28 +0000
commitea224d5b333f441c4b89553c50cc4c5b1575c3a5 (patch)
tree6faab9781d1c6657a75df825b7e1c7b1ce8d7be4 /src
parent52748d9537df3ddf8e72b6a6ca93822c22bc5553 (diff)
downloademacs-ea224d5b333f441c4b89553c50cc4c5b1575c3a5.tar.gz
emacs-ea224d5b333f441c4b89553c50cc4c5b1575c3a5.zip
(NO_SHARED_LIBS): Test __alpha__ && ! __ELF__.
Diffstat (limited to 'src')
-rw-r--r--src/s/netbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index a5c3360c8de..280b316ee5f 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -3,7 +3,7 @@
3/* Get most of the stuff from bsd4.3 */ 3/* Get most of the stuff from bsd4.3 */
4#include "bsd4-3.h" 4#include "bsd4-3.h"
5 5
6#ifdef __alpha__ 6#if defined (__alpha__) && !defined (__ELF__)
7#define NO_SHARED_LIBS 7#define NO_SHARED_LIBS
8#endif 8#endif
9 9