From c2a49d5b88d6f7b07107e6a3607ece00f69f9bec Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Sat, 8 Apr 2000 18:25:08 +0000 Subject: [PATCH] --with-3dfx now does what it is supposed to. I think. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 673a8fe..9fd3dfe 100644 --- a/configure.in +++ b/configure.in @@ -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