[seed] Use FFI_LDADD instead of FFI_LIBS
- From: Robert Carr <racarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] Use FFI_LDADD instead of FFI_LIBS
- Date: Sun, 26 Apr 2009 01:32:14 -0400 (EDT)
commit 0095b6d727b64bdd52a3308ff2fa33c0cb4ace6c
Author: Robert Carr <racarr svn gnome org>
Date: Sun Apr 26 01:31:57 2009 -0400
Use FFI_LDADD instead of FFI_LIBS
---
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8eba9e5..2e25d00 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_LIBS=$other_LIBS
+ FFI_LDADD=$other_LIBS
else
- FFI_LIBS="$ac_cv_search_ffi_call $other_LIBS"
+ FFI_LDADD="$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_LIBS)
+ AC_SUBST(FFI_LDADD)
AC_SUBST(FFI_CFLAGS)
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]