X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=d3c843ec48829f67c3ebed3132b88c5600f4087c;hp=27fb8bd502035044d0e11c99820b961f10185f2b;hb=02b4f0ab937b62d892d3e0918439da770fe720c2;hpb=f33b7979ed1553753c5c54819ea2b4038c783d43 diff --git a/yaz-config.in b/yaz-config.in index 27fb8bd..d3c843e 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -19,8 +19,8 @@ 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@" VERSION=@VERSION@ YAZVERSION=$VERSION @@ -132,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} $LIBS" + LIBS="${SSL_LIBS} ${MEMCACHED_LIBS} ${HIREDIS_LIBS} $LIBS" YAZLIB="$YAZLIB $LIBS" YAZLALIB="${build_root}/src/libyaz.la"