X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=1be1f60ad09b5547c6dfdfd141d10c7dec1f8acd;hb=4ded79d54dd514c7f7d711e38ec4277f4427c78e;hp=42d7d229e47e4a63dc13acaa6cc1072d85ce6439;hpb=ed11c6a4d4da379ff9ebccb7a0340e64232efabb;p=catta diff --git a/configure.ac b/configure.ac index 42d7d22..1be1f60 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ AC_PREREQ(2.63) AC_INIT([avahi],[0.6.25],[avahi (at) lists (dot) freedesktop (dot) org]) AC_CONFIG_SRCDIR([avahi-core/server.c]) +AC_CONFIG_MACRO_DIR([common]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax]) @@ -468,6 +469,11 @@ if test "x$HAVE_GOBJECT" = "xyes" ; then fi AM_CONDITIONAL(HAVE_GOBJECT, test "x$HAVE_GOBJECT" = "xyes") +# +# Introspection support. +# +GOBJECT_INTROSPECTION_CHECK([0.6.7]) + # # Check for Qt 3 # @@ -1136,6 +1142,7 @@ echo " CFLAGS: ${CFLAGS} Enable GLIB: ${HAVE_GLIB} Enable GLIB GObject: ${HAVE_GOBJECT} + Enable GObject Introspection: ${found_introspection} Enable GTK 2.0: ${HAVE_GTK} Enable GTK 3.0: ${HAVE_GTK3} Enable D-Bus: ${HAVE_DBUS}