aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-23 13:13:18 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-23 13:13:18 +0000
commitd7575b6d9168273a406c3d7df6e3406c23aa05ef (patch)
treef62e953eb7b459938f490878b047b57c53b778cc /configure.ac
parent12bf18b6b642d01ca2292339475b853ed06aaaac (diff)
downloadgnunet-d7575b6d9168273a406c3d7df6e3406c23aa05ef.tar.gz
gnunet-d7575b6d9168273a406c3d7df6e3406c23aa05ef.zip
-update po.m4 to later version, update ltdl check
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