libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 3c51fd87aad213050cc277d31d2f5e434f80415d
parent 916cc59d27c4dedbcafc51daf42beb8d1a371416
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 23 Sep 2013 13:09:34 +0000

-trying to fix ltdl check

Diffstat:
Mconfigure.ac | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -256,8 +256,10 @@ AC_ARG_WITH(ltdl, AC_CHECK_HEADERS(ltdl.h, AC_CHECK_LIB([ltdl], [lt_dlopenext], ltdl=1))]) -if test "$ltdl" != 1 +if test x$ltdl = x1 then + AC_MSG_RESULT([libltdl found]) +else AC_MSG_ERROR([libextractor requires libltdl (from GNU libtool), try installing libltdl-dev]) fi