diff options
Diffstat (limited to 'src/m/tekxd88.h')
-rw-r--r-- | src/m/tekxd88.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m/tekxd88.h b/src/m/tekxd88.h index 1a7ca441dc9..5d1810837c1 100644 --- a/src/m/tekxd88.h +++ b/src/m/tekxd88.h @@ -112,7 +112,9 @@ and this notice must be preserved on all copies. */ #undef sigsetmask /* XD88 has sigsetmask() */ #ifdef HAVE_X_WINDOWS +# if 0 /* autoconf should take care of this. */ # define HAVE_RANDOM /* Random is in libX11.a */ +# endif # undef LIB_X11_LIB /* Don't use shared libraries defined in usg5-3.h */ # undef LIBX11_SYSTEM #endif /* HAVE_X_WINDOWS */ |