summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.in4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fcceb1..7a7779a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2001-03-13 shawn <sabetts@diggin.lamenet.tmp>
+ * configure.in: warn the user if the x terminal emulator cannot be
+ found.
+
* src/conf.h: replaced the silly c++ style comment around
HIDE_MOUSE with a REAL comment.
diff --git a/configure.in b/configure.in
index 895694f..313002f 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
-dnl $Id: configure.in,v 1.17 2001/03/05 23:31:06 rcyeske Exp $
+dnl $Id: configure.in,v 1.18 2001/03/14 07:42:17 sabetts Exp $
AC_INIT(src/main.c)
AM_INIT_AUTOMAKE(ratpoison, 0.2.0-cvs)
@@ -51,7 +51,7 @@ AC_PROG_CC
dnl check for an x terminal emulator
AC_CHECK_PROG(TERM_PROG,$term_prog,yes,no)
if test x$TERM_PROG = xno; then
- AC_MSG_ERROR([*** Can't find x terminal emulator \`$term_prog'])
+ AC_MSG_WARN([*** Can't find x terminal emulator \`$term_prog'])
fi
dnl Check for the X libs