aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9a7ddecb7..055d55334 100644
--- a/configure.ac
+++ b/configure.ac
@@ -501,8 +501,10 @@ AC_ARG_WITH(ltdl,
501 AC_CHECK_HEADERS(ltdl.h, 501 AC_CHECK_HEADERS(ltdl.h,
502 AC_CHECK_LIB([ltdl], [lt_dlopenext], 502 AC_CHECK_LIB([ltdl], [lt_dlopenext],
503 ltdl=1))]) 503 ltdl=1))])
504if test "$ltdl" != 1 504if test x$ltdl = x1
505then 505then
506 AC_MSG_RESULT([libltdl found])
507else
506 AC_MSG_ERROR([GNUnet requires libltdl (from GNU libtool), try installing libltdl-dev]) 508 AC_MSG_ERROR([GNUnet requires libltdl (from GNU libtool), try installing libltdl-dev])
507fi 509fi
508# restore LIBS 510# restore LIBS