diff options
author | Arkadiusz Miskiewicz <arekm@maven.pl> | 2007-12-18 15:29:53 -0500 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-12-18 15:29:53 -0500 |
commit | 1496194200adbcb044ec3977367a0908262e389c (patch) | |
tree | 5a0aee7cabb67f2d94f9d90a261e9ef3f61354d1 /configure.ac | |
parent | 44d07c4ccce9acb5bd21a17acb082e91f7225764 (diff) |
RADEON: driver cleanups, warning fixes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b3d46a5..1570e54 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ AC_ARG_ENABLE(dri, AC_HELP_STRING([--disable-dri], AC_ARG_ENABLE(exa, AC_HELP_STRING([--disable-exa], - [Disable EXA support [[default enabled]]]), + [Disable EXA support [[default=enabled]]]), [EXA="$enableval"], [EXA=yes]) |