Do not use *.la files when building libraries
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@
 if test "$YAZVERSION" = "NONE"; then
     AC_MSG_ERROR([YAZ development libraries required])
 fi
-YAZLALIB=/usr/lib/libyaz.la
+YAZLALIB=-lyaz
 YAZ_DOC
 dnl ------ Look for Tcl
 dnl See if user has specified location of tclConfig.sh; otherwise
