From 565cd73b28f827c800f9a8432bbe6f5c8cd8a653 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 21 Feb 2006 22:28:36 +0000 Subject: [PATCH] better message, again svn: r2296 --- src/configure | 7 +++---- src/mzscheme/configure.ac | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/configure b/src/configure index 4de6366c24..36a1a21a28 100755 --- a/src/configure +++ b/src/configure @@ -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 diff --git a/src/mzscheme/configure.ac b/src/mzscheme/configure.ac index 40718755d5..67af6595a3 100644 --- a/src/mzscheme/configure.ac +++ b/src/mzscheme/configure.ac @@ -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