summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjim <empty>1989-10-09 14:28:01 +0000
committerjim <empty>1989-10-09 14:28:01 +0000
commit1d1ebd2b3f154df764fd2a5e656439a88b69407b (patch)
tree1519a25a796cca6e4673bebd09cb1aafffd0ccd8
parent06f05495aeb0a18372fe428c8443205336aaac7c (diff)
avoid calling out when not shared
-rw-r--r--xc/lib/Xmu/CvtStdSel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xmu/CvtStdSel.c b/xc/lib/Xmu/CvtStdSel.c
index db3949261..21b5cb348 100644
--- a/xc/lib/Xmu/CvtStdSel.c
+++ b/xc/lib/Xmu/CvtStdSel.c
@@ -1,4 +1,4 @@
-/* $XConsortium: CvtStdSel.c,v 1.10 89/10/08 14:57:27 rws Exp $
+/* $XConsortium: CvtStdSel.c,v 1.11 89/10/09 13:49:46 jim Exp $
*
* Copyright 1988 by the Massachusetts Institute of Technology
*
@@ -29,7 +29,7 @@
#include "Xmu.h"
-#ifdef SUNSHLIB
+#if defined(SUNSHLIB) && defined(SHAREDCODE)
/*
* hack to avoid undefined symbol errors at runtime
*/