X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=unix%2Fconfigure;fp=unix%2Fconfigure;h=7a75634b91a349fc503659e4a6ddfdc25f26636f;hb=acd0ff2a7f87fb33a82475dcc7aa44cd7189d4c0;hp=af8736b3f32106e2c439a00b2e7499d8d600d49c;hpb=848aaf80bff6102e377c9cbd2a52679b74102699;p=yazpp-moved-to-github.git diff --git a/unix/configure b/unix/configure index af8736b..7a75634 100755 --- a/unix/configure +++ b/unix/configure @@ -12,7 +12,7 @@ ac_help= ac_default_prefix=/usr/local # Any additions from configure.in: ac_help="$ac_help - --with-yazconfig Path for yaz-config" + --with-yazconfig=DIR yaz-config in DIR (example /home/yaz-1.6)" # Initialize some variables set by options. # The variables have the same names as the options, with @@ -1139,7 +1139,7 @@ if test "x$yazpath" != "xNONE"; then else for i in ../../yaz* ../../yaz; do if test -d $i; then - if test -r $i/include/yaz/yaz-version.h; then + if test -r $i/yaz-config; then yazconfig=$i/yaz-config fi fi