Fix shell syntax bug in case when MICO is not found.

1998-07-08  Owen Taylor  <otaylor@fresnel.labs.redhat.com>

	* configure.in: Fix shell syntax bug in case when MICO
	is not found.
This commit is contained in:
Owen Taylor 1998-07-08 19:07:45 +00:00 committed by Owen Taylor
parent 5df09a6b1e
commit d9e9204352

View file

@ -60,7 +60,7 @@ for dir in `(IFS=:; for i in $PATH; do echo $i ; done)` ; do
fi
done
if test ${mico_prefix+set} = set ; then
if test x${mico_prefix+set} = xset ; then
AC_MSG_RESULT($mico_prefix)
else
AC_MSG_RESULT(not found)