better message, again

svn: r2296
This commit is contained in:
Matthew Flatt 2006-02-21 22:28:36 +00:00
parent 2672122c8b
commit 565cd73b28
2 changed files with 6 additions and 8 deletions

7
src/configure vendored
View File

@ -8292,11 +8292,10 @@ fi
fi
if test "${no_x}" = "yes" ; then
echo "***************************************************"
echo "******************************************************"
echo "configure: cannot find X11 headers and/or libraries,"
echo " which are needed for MrEd"
echo "To build just MzScheme, configure with --disable-mred"
echo "***************************************************"
echo " which are needed to compile MrEd"
echo "******************************************************"
echo configure aborted
exit 1
fi

View File

@ -305,11 +305,10 @@ if test "${enable_mred}" = "yes" ; then
else
AC_PATH_XTRA
if test "${no_x}" = "yes" ; then
echo "***************************************************"
echo "******************************************************"
echo "configure: cannot find X11 headers and/or libraries,"
echo " which are needed for MrEd"
echo "To build just MzScheme, configure with --disable-mred"
echo "***************************************************"
echo " which are needed to compile MrEd"
echo "******************************************************"
echo configure aborted
exit 1
fi