diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2007-04-20 00:13:31 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2007-04-20 00:13:31 -0700 |
commit | ae582bdd2107d7e0106d1d5a9a9d6b9e39f1c901 (patch) | |
tree | 0055ebf5bbfaab2f39829fab2a08465908e95649 /configure.ac | |
parent | f7c62016f8bf9ced7d56f74ce26e13b6df040379 (diff) |
Always support G80.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index 6b1f98e..9bb243a 100644 --- a/configure.ac +++ b/configure.ac @@ -63,17 +63,6 @@ PKG_CHECK_EXISTS([xorg-server >= 1.0.99.901], PKG_CHECK_MODULES(XORG, [xorg-server xproto fontsproto $REQUIRED_MODULES]) sdkdir=$(pkg-config --variable=sdkdir xorg-server) -# Check for optional compile-time support -AC_ARG_ENABLE(g80, AC_HELP_STRING([--disable-g80], - [Disable G80 support [[default=no]]]), - [SUPPORT_G80="$enableval"], - [SUPPORT_G80=yes]) -AM_CONDITIONAL(SUPPORT_G80, test x$SUPPORT_G80 = xyes) -if test "$SUPPORT_G80" = yes; then - AC_DEFINE(SUPPORT_G80,1,[Enable G80 support]) - echo "Enabling G80 support" -fi - # Checks for libraries. # Checks for header files. |