X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=d3c843ec48829f67c3ebed3132b88c5600f4087c;hp=979985dd546c1a09baf7eec268f5162938d023b0;hb=02b4f0ab937b62d892d3e0918439da770fe720c2;hpb=af358fe9efc2376f4b29b7d16ff3e2ee3b90ebb4 diff --git a/yaz-config.in b/yaz-config.in index 979985d..d3c843e 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -19,7 +19,6 @@ build_root="@abs_top_builddir@" ICU_LIBS="@ICU_LIBS@" ICU_CPPFLAGS="@ICU_CPPFLAGS@" SSL_LIBS="@SSL_LIBS@" -GCRYPT_LIBS="@GCRYPT_LIBS@" MEMCACHED_LIBS="@MEMCACHED_LIBS@" HIREDIS_LIBS="@HIREDIS_LIBS@" LIBS="@LIBS@" @@ -133,7 +132,7 @@ if test "$echo_source" = "yes"; then else YAZLIB="-L${build_root}/src/.libs $YAZLIB" fi - LIBS="${SSL_LIBS} ${GCRYPT_LIBS} ${MEMCACHED_LIBS} ${HIREDIS_LIBS} $LIBS" + LIBS="${SSL_LIBS} ${MEMCACHED_LIBS} ${HIREDIS_LIBS} $LIBS" YAZLIB="$YAZLIB $LIBS" YAZLALIB="${build_root}/src/libyaz.la"