X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=configure.in;h=e5b33d5e3751a9d4408aaeeb5b638284ddc13982;hp=6ff78f4d3b52253399794e75af390468e6bfd126;hb=42eee1a00a498bd7a106363d85f804d163d3cfb6;hpb=7c7a61e6c983a3f87a697597995ed885d8465a01 diff --git a/configure.in b/configure.in index 6ff78f4..e5b33d5 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl YAZ Toolkit dnl (c) Index Data 1994-1998 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.3 1998-10-28 15:10:01 adam Exp $ +dnl $Id: configure.in,v 1.4 1998-11-09 13:23:09 adam Exp $ AC_INIT(include/yaz-version.h) dnl dnl ------ Checking programs @@ -20,7 +20,7 @@ fi if test -L z39.50; then rm z39.50 fi -if test ! -d $YCDIR; then +if test ! -d "$YCDIR"; then AC_MSG_WARN(YC directory ${YCDIR} doesn't exist) fi if test "$YCDIR" = ""; then