X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=57198ac09436c7ebacee38806d4a803358c1a178;hb=96615654f7a4898f415eaacdfce9e007fbc973d5;hp=254d31f3dcb9d531c0b3e83ec4f7d0b596cb54b6;hpb=938ac6edd61bc5b8235fdf716ea3a26fcd0e2103;p=ir-tcl-moved-to-github.git diff --git a/configure.in b/configure.in index 254d31f..57198ac 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl IR toolkit for tcl/tk dnl (c) Index Data 1996-1999 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.27 2000-02-04 08:47:43 adam Exp $ +dnl $Id: configure.in,v 1.28 2000-06-29 10:22:30 adam Exp $ AC_INIT(ir-tcl.h) dnl ------ Substitutions AC_SUBST(CC) @@ -113,7 +113,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