Added -nonest for htmlSwitch statement. Robot puts reference to
[tclrobot.git] / configure
index 9ac06b3..ecbc3a3 100755 (executable)
--- a/configure
+++ b/configure
@@ -1213,7 +1213,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