diff options
author | David Nusinow <dnusinow@debian.org> | 2006-11-06 23:58:06 -0500 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2006-11-06 23:58:06 -0500 |
commit | d69607fe8b2dfb6c539dbf9f2b2996d04a4a838a (patch) | |
tree | 4fb545fb1068852e9edf0ba8e15d95320aa627c3 | |
parent | 1dd6e6995d7a37338dce6ee5b1aa4ee9dd848e1d (diff) |
Minor typofix that was causing configure to exit with a syntax error
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 88c22cd..071e026 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,7 @@ AC_ARG_ENABLE(dri, AC_HELP_STRING([--disable-dri], [DRI=auto]) AC_ARG_ENABLE(exa, AC_HELP_STRING([--disable-exa], - [Disable EXA support [[default enabled]]]), + [Disable EXA support [[default=enabled]]]), [EXA="$enableval"], [EXA=yes]) |