Minor changes.
[ir-tcl-moved-to-github.git] / configure.in
index 254d31f..57198ac 100644 (file)
@@ -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