/hg/icedtea7: Remove the Xp header and library configure checks.

Andrew Hughes ahughes at redhat.com
Sun Sep 2 12:42:19 PDT 2012



----- Original Message -----
> changeset a9324fa05b9d in /hg/icedtea7
> details:
> http://icedtea.classpath.org/hg/icedtea7?cmd=changeset;node=a9324fa05b9d
> author: doko at ubuntu.com
> date: Sun Sep 02 12:28:40 2012 +0200
> 
> 	Remove the Xp header and library configure checks.
> 
> 	Xp isn't used anymore by recent jdk versions.
> 
> 	2012-09-02  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 41aff8e2ab4d -r a9324fa05b9d ChangeLog
> --- a/ChangeLog	Fri Aug 31 07:27:01 2012 +0100
> +++ b/ChangeLog	Sun Sep 02 12:28:40 2012 +0200
> @@ -1,3 +1,7 @@
> +2012-09-02  Matthias Klose  <doko at ubuntu.com>
> +
> +	* configure.ac: Remove the Xp header and library checks.
> +
>  2012-08-24  Andrew John Hughes  <gnu_andrew at member.fsf.org>
>  
>  	* generated/com/sun/corba/se/impl/logging/LogStrings.properties,
> diff -r 41aff8e2ab4d -r a9324fa05b9d configure.ac
> --- a/configure.ac	Fri Aug 31 07:27:01 2012 +0100
> +++ b/configure.ac	Sun Sep 02 12:28:40 2012 +0200
> @@ -215,16 +215,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
> 

Do you know when this dependency was removed?
-- 
Andrew :)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F  8F91 3B96 A578 248B DC07




More information about the distro-pkg-dev mailing list