← Back to team overview

openjdk team mailing list archive

Bug#623667: openjdk-6: is the libxp-dev build-dependency necessary?

 

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