Quote Doxygen test in configure script to remove warning - thanks to Ray Hammond for the report and the fix

darcs-hash:20060410141909-ac50b-f310b7e326ce28ae8a3bbc1a3c1d247511f3d860.gz
This commit is contained in:
axel 2006-04-11 00:19:09 +10:00
parent b1bf115fa2
commit 52851a3ba4

View file

@ -85,7 +85,7 @@ AC_PROG_INSTALL
# Check for doxygen, which is needed to build
AC_CHECK_PROG( has_doxygen, [doxygen], "true")
if ! test $has_doxygen = "true"; then
if ! test "$has_doxygen" = "true"; then
AC_MSG_ERROR( [cannot find the Doxygen program in your path.
This program is needed to build fish.
Please install it and try again.])