--with-3dfx now does what it is supposed to. I think.

This commit is contained in:
Joseph Carter 2000-04-08 18:25:08 +00:00
parent da0a5cd041
commit c2a49d5b88
1 changed files with 3 additions and 3 deletions

View File

@ -458,9 +458,9 @@ AC_ARG_WITH(3dfx,
is specified it will be used as the GL wrapper lib
for glide.],
HAS_3dfx=$withval, HAS_3dfx=auto)
if test "x$HAS_3dfx" != "xno" -a "x$HAS_SVGA" = "xyes" \
-a "x$HAS_GLIDE" = "xyes"; then
if test "x$HAS_3dfx" != xauto; then
if test "x$HAS_3dfx" != "xno" -a "x$HAS_SVGA" != "xno" \
-a "x$HAS_GLIDE" != "xno"; then
if test "x$HAS_3dfx" != "xauto" -a "x$HAS_3dfx" != "xyes"; then
TDFXGL_NAME="$HAS_3dfx"
fi
if test -z "$TDFXGL_NAME"; then