changeset 2564:3c80f4c091b5

Remove the autoconf Xp header and library checks. 2012-09-05 Matthias Klose <doko@ubuntu.com> * configure.ac: Remove the Xp header and library checks.
author doko@ubuntu.com
date Wed, 05 Sep 2012 11:38:00 +0200
parents 0c28205afaca
children ecfaffefd61b
files ChangeLog configure.ac
diffstat 2 files changed, 4 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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  <doko@ubuntu.com>
+
+	* configure.ac: Remove the Xp header and library checks.
+
 2011-09-03  Andrew John Hughes  <ahughes@redhat.com>
 
 	* configure.ac: Bump to 2.2.3pre.
--- 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