aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4633223a6..7b5f1e0fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -874,8 +874,6 @@ AC_DEFINE_UNQUOTED([HAVE_ZLIB], [$zlib_ok], [Define to 1 if zlib is available])
874AM_ICONV 874AM_ICONV
875 875
876# check for libunistring 876# check for libunistring
877gl_LIBUNISTRING
878libunistring=0
879CHECK_WITH_LIB([unistring], [u16_strstr], [unistr.h], [HAVE_UNISTRING]) 877CHECK_WITH_LIB([unistring], [u16_strstr], [unistr.h], [HAVE_UNISTRING])
880AS_IF([test "x$unistring" = "x0"], 878AS_IF([test "x$unistring" = "x0"],
881 [AC_MSG_ERROR([GNUnet requires unistring])]) 879 [AC_MSG_ERROR([GNUnet requires unistring])])