blob: cd12a24e3a6b9b75c8aa86c83a1c0c370805f783 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- autostuff.orig 2019-09-30 12:32:32 UTC
+++ autostuff
@@ -237,12 +237,6 @@ XM_LIBS=""
XP_LIBS=""
if test "$motif_includes" != "no" && test "$motif_libraries" != "no"
then
-dnl Motif 2.1 wants `-lXp' (X11R6.3 print server)
-AC_CHECK_LIB(Xp, XpSelectInput,
- XP_LIBS="-lXp"
- AC_DEFINE(HAVE_XP),,
- ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${X_PRE_LIBS} ${X11_LIBS} ${X_EXTRA_LIBS})
-dnl
AC_CHECK_LIB(Xm, XmCreateOptionMenu,
XM_LIBS="-lXm"
AC_DEFINE(HAVE_MOTIF),,
|