adding -lXp if it's there - some Motif installations need it

EQUIRE([K_PATH_X])
+AC_CHECK_LIB(Xp, XpStartPage, [MOTIF_LIBS="$MOTIF_LIBS -lXp"
+AC_SUBST(MOTIF_LIBS)
+], [], [$all_libraries -lXext -lX11 $LIBSOCKET])

svn path=/trunk/kdebase/nsplugins/; revision=78464
This commit is contained in:
Stephan Kulow 2001-01-16 21:48:27 +00:00
parent 700e77e537
commit cc4eb9b0ff

View file

@ -207,3 +207,7 @@ else
DO_NOT_COMPILE="$DO_NOT_COMPILE nsplugins"
fi
AC_REQUIRE([K_PATH_X])
AC_CHECK_LIB(Xp, XpStartPage, [MOTIF_LIBS="$MOTIF_LIBS -lXp"
AC_SUBST(MOTIF_LIBS)
], [], [$all_libraries -lXext -lX11 $LIBSOCKET])