diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2006-07-07 13:05:19 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2006-07-07 13:35:53 -0600 |
commit | 726d46c8da96b2a0168b39d36be32467d54a9de3 (patch) | |
tree | c1bdf5bff463b5f6f56a732cd4e663fa6750fef5 /configure.ac | |
parent | c3ab9f1a60afe1f5e86db1cf2635acda14fae2f5 (diff) |
Update with cleanup and other fixes
Final commit of cleanup fixes prior to pushing
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ecd2c23..b6c9734 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,11 @@ AC_ARG_WITH(xorg-module-dir, [moduledir="$withval"], [moduledir="$libdir/xorg/modules"]) +AC_ARG_ENABLE(geodegx-panel, + AC_HELP_STRING([--enable-geodegx-panel], + [Enable support for flatpanels with the Geode GX]), + [ AMD_CFLAGS="-DPNL_SUP $AMD_CFLAGS" ]) + # Checks for extensions XORG_DRIVER_CHECK_EXT(RANDR, randrproto) XORG_DRIVER_CHECK_EXT(RENDER, renderproto) @@ -66,6 +71,7 @@ AC_HEADER_STDC AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) +AC_SUBST([AMD_CFLAGS]) is386=false |