mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Attempt to fix -3dfx configure.in issues.
This commit is contained in:
parent
13279da4f1
commit
0b587c3e6f
1 changed files with 2 additions and 2 deletions
|
@ -689,8 +689,8 @@ if test "x$HAVE_3dfx" != "xno" -a "x$HAVE_SVGA" != "xno" \
|
|||
TDFXGL_NAME="$HAVE_3dfx"
|
||||
fi
|
||||
if test -z "$TDFXGL_NAME"; then
|
||||
TDFXGL_NAME=$OGL_NAME
|
||||
TDFXGL_LIBS=$OGL_LIBS
|
||||
TDFXGL_NAME="$OGL_NAME"
|
||||
TDFXGL_LIBS="$GLIDE_LIBS -l$TDFXGL_NAME"
|
||||
fi
|
||||
HAVE_3dfx=no
|
||||
AC_CHECK_LIB($TDFXGL_NAME, fxMesaCreateContext, HAVE_3dfx=yes,,
|
||||
|
|
Loading…
Reference in a new issue