diff options
author | Slávek Banko <[email protected]> | 2020-01-12 15:45:34 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-01-12 15:45:34 +0100 |
commit | 281e2da7f14eca57104dbd3f7da39506011729a8 (patch) | |
tree | 6612dbbe6236b3871a9a436f5c90b07df5c913d9 /config.h.cmake | |
parent | aca6b3d42409234a19e2910443d511328c0b025a (diff) | |
download | tdelibs-281e2da7f14eca57104dbd3f7da39506011729a8.tar.gz tdelibs-281e2da7f14eca57104dbd3f7da39506011729a8.zip |
Fix building with avahi support
+ Avahi detection was not performed at all
+ Added missing avahi-client detection
+ Fixed FTBFS in avahi related code
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index da39e9912..5ee6f156b 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -4,6 +4,7 @@ #define ASPELL_DATADIR "@ASPELL_DATADIR@" /* Avahi API 0.6 */ +#cmakedefine HAVE_DNSSD 1 #cmakedefine AVAHI_API_0_6 1 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |