Replaced don't with do not so emacs font-lock-mode works ;)

This commit is contained in:
Marcus Sundberg 2000-01-18 22:45:44 +00:00
parent 7f6a114dd9
commit fd9c17fe71

View file

@ -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