X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=427dcdbb73bc91592c145e47d7e669e313f1007d;hb=69af4f4f5a3718d8ed4ff597daf68de87bbb39f3;hp=d047e5c2286e330dbe63999fa9a14f7c34f36b1b;hpb=6db4ef959b20614f8c71d2d2e9dd652610cf7a9a;p=catta diff --git a/configure.ac b/configure.ac index d047e5c..427dcdb 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,7 @@ AC_SUBST(LIBAVAHI_CLIENT_VERSION_INFO, [2:0:1]) AC_SUBST(LIBAVAHI_GLIB_VERSION_INFO, [0:1:0]) AC_SUBST(LIBAVAHI_QT3_VERSION_INFO, [0:0:0]) AC_SUBST(LIBAVAHI_QT4_VERSION_INFO, [0:0:0]) +AC_SUBST(LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO, [1:0:0]) if type -p stow > /dev/null && test -d /usr/local/stow ; then AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***]) @@ -53,6 +54,8 @@ AC_PROG_GCC_TRADITIONAL # libtool stuff AC_PROG_LIBTOOL +ACX_PTHREAD(,AC_MSG_ERROR([Missing POSIX Threads support])) + # # Detecting the linux distribution for specific things like init scripts. # @@ -552,6 +555,7 @@ man/Makefile tests/Makefile service-type-database/Makefile avahi-sharp/Makefile +avahi-compat-libdns_sd/Makefile ]) AC_OUTPUT @@ -613,4 +617,5 @@ echo " Building libavahi-qt3: ${HAVE_QT3} Building libavahi-qt4: ${HAVE_QT4} Building avahi-sharp: ${HAVE_MONO} + Building avahi-compat-libdns_sd: ${BUILD_CLIENT} "