X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=yaz.m4;h=2782a1d12a05cb0f2714fc3c29f43322bd83d0a9;hp=645d872c0498c81cccebd106f16f26870c11c06d;hb=16c5f88ad930a11c9587d2d598bdb4130a0e8905;hpb=289a18510f7b0ae6dbd0ad46c471c0d3ff9c2394 diff --git a/yaz.m4 b/yaz.m4 index 645d872..2782a1d 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -19,12 +19,13 @@ AC_ARG_WITH(docbook-dtd,[[ --with-docbook-dtd=DIR use docbookx.dtd in DIR]], /usr/share/sgml/docbook/xml-dtd-4.* do if test -f $d/docbookx.dtd; then - AC_MSG_RESULT($d) DTD_DIR=$d fi done if test -z "$DTD_DIR"; then AC_MSG_RESULT(Not found) + else + AC_MSG_RESULT($d) fi ]) AC_SUBST(DSSSL_DIR)