[seed] Revert "Use FFI_LDADD instead of FFI_LIBS"
- From: Robert Carr <racarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] Revert "Use FFI_LDADD instead of FFI_LIBS"
- Date: Sun, 26 Apr 2009 01:46:14 -0400 (EDT)
commit 20bf627becb6bad570d471e4cc891267ef92029a
Author: Robert Carr <racarr svn gnome org>
Date: Sun Apr 26 01:41:22 2009 -0400
Revert "Use FFI_LDADD instead of FFI_LIBS"
This reverts commit 0095b6d727b64bdd52a3308ff2fa33c0cb4ace6c.
---
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2e25d00..8eba9e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,9 +56,9 @@ if test x"$have_ffi_pkgconfig" = xno ; then
AC_SEARCH_LIBS(ffi_call,ffi,,AC_MSG_ERROR([libffi not found]),$other_LIBS)
if test x"$ac_cv_search_ffi_call" = x"none required" ; then
- FFI_LDADD=$other_LIBS
+ FFI_LIBS=$other_LIBS
else
- FFI_LDADD="$ac_cv_search_ffi_call $other_LIBS"
+ FFI_LIBS="$ac_cv_search_ffi_call $other_LIBS"
fi
LIBS=$save_LIBS
fi
@@ -69,7 +69,7 @@ if test x"$have_ffi_pkgconfig" = xno ; then
FFI_CFLAGS=
AC_MSG_RESULT([$have_ffi_h])
- AC_SUBST(FFI_LDADD)
+ AC_SUBST(FFI_LIBS)
AC_SUBST(FFI_CFLAGS)
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]