# HG changeset patch # User doko@ubuntu.com # Date 1346837880 -7200 # Node ID 3c80f4c091b50992adec86e7fa0adc8754e14c30 # Parent 0c28205afaca708c24b793f393d91f930a876a96 Remove the autoconf Xp header and library checks. 2012-09-05 Matthias Klose * configure.ac: Remove the Xp header and library checks. diff -r 0c28205afaca -r 3c80f4c091b5 ChangeLog --- a/ChangeLog Mon Sep 03 13:31:12 2012 +0100 +++ b/ChangeLog Wed Sep 05 11:38:00 2012 +0200 @@ -1,3 +1,7 @@ +2012-09-05 Matthias Klose + + * configure.ac: Remove the Xp header and library checks. + 2011-09-03 Andrew John Hughes * configure.ac: Bump to 2.2.3pre. diff -r 0c28205afaca -r 3c80f4c091b5 configure.ac --- a/configure.ac Mon Sep 03 13:31:12 2012 +0100 +++ b/configure.ac Wed Sep 05 11:38:00 2012 +0200 @@ -199,16 +199,6 @@ AC_SUBST(XT_CFLAGS) AC_SUBST(XT_LIBS) -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 -AC_SUBST(XP_CFLAGS) -AC_SUBST(XP_LIBS) - dnl Check for libX11 headers and libraries. PKG_CHECK_MODULES(X11, x11,[X11_FOUND=yes],[X11_FOUND=no]) if test "x${X11_FOUND}" = xno