| Thread Previous • Date Previous • Date Next • Thread Next |
IcedTea still checks for it:
dnl Check for libXp headers and libraries.
PKG_CHECK_MODULES(XP, xp,[XP_FOUND=yes],[XP_FOUND=no])
if test "x${XP_FOUND}" = xno
then
AC_MSG_ERROR([Could not find Xp - \
Try installing libXp-devel.])
fi
| Thread Previous • Date Previous • Date Next • Thread Next |