From b296730cb6b72ff84ba04fa58a6c7198f3a831e0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 10 Jan 1999 00:25:50 +0000 Subject: Few last-minute bug fixes. --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index e2c92c7..977b928 100644 --- a/configure.in +++ b/configure.in @@ -68,6 +68,7 @@ AC_SUBST(sysdep_dirs) AC_MSG_CHECKING([protocols]) protocols=`echo "$with_protocols" | sed 's/,/ /g'` +if test "$protocols" = no ; then protocols= ; fi for a in $protocols ; do if ! test -f $srcdir/proto/$a/Makefile ; then AC_MSG_RESULT(failed) @@ -119,7 +120,10 @@ AC_OUTPUT($makefiles) cat >&AC_FD_MSG <