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:
parent
5df09a6b1e
commit
d9e9204352
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ for dir in `(IFS=:; for i in $PATH; do echo $i ; done)` ; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if test ${mico_prefix+set} = set ; then
|
if test x${mico_prefix+set} = xset ; then
|
||||||
AC_MSG_RESULT($mico_prefix)
|
AC_MSG_RESULT($mico_prefix)
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(not found)
|
AC_MSG_RESULT(not found)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue