mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
Fix a bug in configure that's been nagging me.
This commit is contained in:
parent
4ad2644fa3
commit
1a067ecaac
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ TDFXGL_NAME=""
|
|||
AC_ARG_WITH(3dfx,
|
||||
[ --with-3dfx[=NAME] support 3Dfx output for the V1/V2. If NAME is
|
||||
specified, it will be used as the GL wrapper lib
|
||||
for Glide.]
|
||||
for Glide.],
|
||||
HAVE_3dfx=$withval, HAVE_3dfx=auto)
|
||||
|
||||
if test "x$HAVE_3dfx" != "xno" -a "x$HAVE_SVGA" != "xno" \
|
||||
|
|
Loading…
Reference in a new issue