From fd9c17fe71a7243f1ac21afcaa33a8344a505bec Mon Sep 17 00:00:00 2001 From: Marcus Sundberg Date: Tue, 18 Jan 2000 22:45:44 +0000 Subject: [PATCH] Replaced don't with do not so emacs font-lock-mode works ;) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d279f7c..8eae222 100644 --- a/configure.in +++ b/configure.in @@ -106,7 +106,7 @@ AC_CHECK_LIB(m, pow,, AC_MSG_ERROR([math library (-lm) appears broken])) dnl Checks for X11 support dnl (XoXus: Since vid_x.c relies on XShm being there, this now disables -dnl the X11 video driver if -lXext can't be found) +dnl the X11 video driver if -lXext can not be found) AC_PATH_XTRA if test "x$no_x" = x; then HAS_X11=yes