changeset in /hg/icedtea: 2008-02-17 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Sun Feb 17 09:30:15 PST 2008
changeset 814d29f894b6 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=814d29f894b6
description:
2008-02-17 Lillian Angel <langel at redhat.com>
* configure.ac: Fixed build check for libffi.
* configure: Regenerated.
diffstat:
3 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog | 5 +++++
configure | 2 +-
configure.ac | 2 +-
diffs (36 lines):
diff -r 44a98af99ca1 -r 814d29f894b6 ChangeLog
--- a/ChangeLog Sun Feb 17 15:05:27 2008 +0100
+++ b/ChangeLog Sun Feb 17 12:23:42 2008 -0500
@@ -1,3 +1,8 @@ 2008-02-17 Mark Wielaard <mark at klomp.o
+2008-02-17 Lillian Angel <langel at redhat.com>
+
+ * configure.ac: Fixed build check for libffi.
+ * configure: Regenerated.
+
2008-02-17 Mark Wielaard <mark at klomp.org>
* Makefile.am (patch.stamp): Stop and fail when patch doesn't apply.
diff -r 44a98af99ca1 -r 814d29f894b6 configure
--- a/configure Sun Feb 17 15:05:27 2008 +0100
+++ b/configure Sun Feb 17 12:23:42 2008 -0500
@@ -9979,7 +9979,7 @@ fi
fi
case "$build" in
- *ppc*)
+ *powerpc*)
pkg_failed=no
{ echo "$as_me:$LINENO: checking for LIBFFI" >&5
diff -r 44a98af99ca1 -r 814d29f894b6 configure.ac
--- a/configure.ac Sun Feb 17 15:05:27 2008 +0100
+++ b/configure.ac Sun Feb 17 12:23:42 2008 -0500
@@ -289,7 +289,7 @@ fi
fi
case "$build" in
- *ppc*)
+ *powerpc*)
dnl Check for libffi headers and libraries.
PKG_CHECK_MODULES(LIBFFI, libffi,[LIBFFI_FOUND=yes],[LIBFFI_FOUND=no])
if test "x${LIBFFI_FOUND}" = xno
More information about the distro-pkg-dev
mailing list