mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 13:21:04 +00:00
Replaced don't with do not so emacs font-lock-mode works ;)
This commit is contained in:
parent
7f6a114dd9
commit
fd9c17fe71
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue