mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
Forgot to add autofoo for libffi
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
88ab35f3cb
commit
9c8341f1aa
@ -453,6 +453,10 @@ if test "x$found_zlib" = "xno" ; then
|
||||
AC_SUBST(ZLIB_LIBS)
|
||||
fi
|
||||
|
||||
PKG_CHECK_MODULES(LIBFFI, [libffi >= 3.0.0])
|
||||
AC_SUBST(LIBFFI_CFLAGS)
|
||||
AC_SUBST(LIBFFI_LIBS)
|
||||
|
||||
dnl
|
||||
dnl gettext support
|
||||
dnl
|
||||
|
Loading…
Reference in New Issue
Block a user