Take advantage of a libffi.pc if one exists, as it does on Fedora 8. Make

2008-03-05  Havoc Pennington  <hp@redhat.com>

	* configure.ac: Take advantage of a libffi.pc if one exists, as it
	does on Fedora 8. Make libffi a hard requirement, since it was in
	practice anyway (was not really conditional in the code or
	makefile, only in configure).


svn path=/trunk/; revision=121
This commit is contained in:
Havoc Pennington 2008-03-05 17:10:28 +00:00 committed by Havoc Pennington
parent 1d764c63cc
commit 2fb6877346

View File

@ -12,7 +12,8 @@ libgirepository_la_SOURCES = \
gmetadata.c \
ginfo.c \
ginvoke.c
libgirepository_la_CFLAGS = $(GIREPO_CFLAGS)
libgirepository_la_CPPFLAGS = $(GIREPO_CFLAGS)
libgirepository_la_LIBADD = $(GIREPO_LIBS)
girepodir = $(includedir)/glib-2.0/gobject-introspection
girepo_HEADERS = girepository.h