/hg/icedtea: Remove the autoconf Xp header and library checks.
doko at icedtea.classpath.org
doko at icedtea.classpath.org
Wed Sep 5 02:46:02 PDT 2012
changeset 2eb479d57f25 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=2eb479d57f25
author: doko at ubuntu.com
date: Wed Sep 05 11:41:19 2012 +0200
Remove the autoconf Xp header and library checks.
2012-09-05 Matthias Klose <doko at ubuntu.com>
* configure.ac: Remove the Xp header and library checks.
diffstat:
ChangeLog | 4 ++++
configure.ac | 10 ----------
2 files changed, 4 insertions(+), 10 deletions(-)
diffs (31 lines):
diff -r e909b2c85913 -r 2eb479d57f25 ChangeLog
--- a/ChangeLog Mon Mar 19 23:34:01 2012 +0000
+++ b/ChangeLog Wed Sep 05 11:41:19 2012 +0200
@@ -1,3 +1,7 @@
+2012-09-05 Matthias Klose <doko at ubuntu.com>
+
+ configure.ac: Remove the Xp header and library checks.
+
2012-03-19 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r e909b2c85913 -r 2eb479d57f25 configure.ac
--- a/configure.ac Mon Mar 19 23:34:01 2012 +0000
+++ b/configure.ac Wed Sep 05 11:41:19 2012 +0200
@@ -194,16 +194,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
More information about the distro-pkg-dev
mailing list