changeset 2978:ef687bd533e2

PR1338: Remove dependence on libXp. 2013-04-16 Andrew John Hughes <gnu.andrew@redhat.com> PR1338: Remove dependence on libXp * configure.ac: Drop check for libXp.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Tue, 16 Apr 2013 17:08:54 +0100
parents db7918fff199
children f9540cbade1e
files ChangeLog configure.ac
diffstat 2 files changed, 5 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Apr 16 17:01:34 2013 +0100
+++ b/ChangeLog	Tue Apr 16 17:08:54 2013 +0100
@@ -1,3 +1,8 @@
+2013-04-16  Andrew John Hughes  <gnu.andrew@redhat.com>
+
+	PR1338: Remove dependence on libXp
+	* configure.ac: Drop check for libXp.
+
 2013-04-16  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* patches/pr1319-support_giflib_5.patch,
--- a/configure.ac	Tue Apr 16 17:01:34 2013 +0100
+++ b/configure.ac	Tue Apr 16 17:08:54 2013 +0100
@@ -284,16 +284,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