mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Replaced don't with do not so emacs font-lock-mode works ;)
This commit is contained in:
parent
bb990403cd
commit
a3ae628e5a
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ if test "x$HAS_SVGA" != xno; then
|
|||
SVGA_CFLAGS="$SVGA_CFLAGS= -I$withval/include"
|
||||
SVGA_LIBS="$SVGA_LIBS -L$withval/lib"
|
||||
dnl The default system location is /usr/include or /usr/local/include
|
||||
dnl and we (obviously) don't need to set CFLAGS for that
|
||||
dnl and we (obviously) do not need to set CFLAGS for that
|
||||
fi
|
||||
save_CPPFLAGS="$CPPFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $SVGA_CFLAGS"
|
||||
|
|
Loading…
Reference in a new issue