-some code cleanup
[oweals/gnunet.git] / configure.ac
index b899d782e8eb33de4954325652e9aee940c189a9..d2a6939b33b34d4bf40eb6176d1db0fe76dc9c8e 100644 (file)
@@ -373,6 +373,9 @@ gl_LIBUNISTRING
 if test $HAVE_LIBUNISTRING != yes; then
  AC_MSG_ERROR([GNUnet requires libunistring])
 fi
+if test $gl_libunistring_hexversion -le 2305; then
+ AC_MSG_ERROR([GNUnet requires libunistring >= 0.9.1.1])
+fi
 # restore LIBS
 LIBS=$SAVE_LIBS
 
@@ -817,6 +820,7 @@ src/core/Makefile
 src/datacache/Makefile
 src/datastore/Makefile
 src/dht/Makefile
+src/dns/Makefile
 src/dv/Makefile
 src/fragmentation/Makefile
 src/fs/Makefile