changeset 784:9bf416fd51f8

2008-03-28 Gary Benson <gbenson@redhat.com> * configure.ac: Check for libffi for zero builds only. * configure: Regenerated.
author Gary Benson <gbenson@redhat.com>
date Fri, 28 Mar 2008 10:05:26 -0400
parents 07a26d70e24f
children 40005c2a6281
files ChangeLog configure configure.ac
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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@redhat.com>
+
+	* configure.ac: Check for libffi for zero builds only.
+	* configure: Regenerated.
+
 2008-03-28  Gary Benson  <gbenson@redhat.com>
 
 	* Makefile.am
--- 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
 
-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
--- 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)
 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