changeset in /hg/icedtea: 2008-03-28 Gary Benson <gbenson at redh...
Gary Benson
gbenson at redhat.com
Thu May 29 14:12:45 PDT 2008
changeset 9bf416fd51f8 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=9bf416fd51f8
description:
2008-03-28 Gary Benson <gbenson at redhat.com>
* configure.ac: Check for libffi for zero builds only.
* configure: Regenerated.
diffstat:
3 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog | 5 +++++
configure | 2 +-
configure.ac | 2 +-
diffs (36 lines):
diff -r 07a26d70e24f -r 9bf416fd51f8 ChangeLog
--- a/ChangeLog Fri Mar 28 04:43:32 2008 -0400
+++ b/ChangeLog Fri Mar 28 10:05:26 2008 -0400
@@ -1,3 +1,8 @@ 2008-03-28 Gary Benson <gbenson at redhat
+2008-03-28 Gary Benson <gbenson at redhat.com>
+
+ * configure.ac: Check for libffi for zero builds only.
+ * configure: Regenerated.
+
2008-03-28 Gary Benson <gbenson at redhat.com>
* Makefile.am
diff -r 07a26d70e24f -r 9bf416fd51f8 configure
--- a/configure Fri Mar 28 04:43:32 2008 -0400
+++ b/configure Fri Mar 28 10:05:26 2008 -0400
@@ -11100,7 +11100,7 @@ fi
fi
-if test "x${CORE_BUILD_TRUE}" = x; then
+if test "x${ZERO_BUILD_TRUE}" = x; then
pkg_failed=no
{ echo "$as_me:$LINENO: checking for LIBFFI" >&5
diff -r 07a26d70e24f -r 9bf416fd51f8 configure.ac
--- a/configure.ac Fri Mar 28 04:43:32 2008 -0400
+++ b/configure.ac Fri Mar 28 10:05:26 2008 -0400
@@ -342,7 +342,7 @@ AC_SUBST(GTK_LIBS)
AC_SUBST(GTK_LIBS)
fi
-if test "x${CORE_BUILD_TRUE}" = x; then
+if test "x${ZERO_BUILD_TRUE}" = x; then
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