diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-11-21 10:11:45 -0200 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-11-21 10:11:45 -0200 |
commit | 64f097dc8021ac810ac1fcaba3d341bb610e8204 (patch) | |
tree | f579b91624e023fda303d3e12e0a3d8af58d3c5c /configure.in | |
parent | c70a9fa1e3c459e030546b0ca1ac916970bb489b (diff) | |
download | mariadb-git-64f097dc8021ac810ac1fcaba3d341bb610e8204.tar.gz |
Post-merge fixes: fix typo and remove unused variables.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a32956858f4..79138561dcb 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ AM_CONFIG_HEADER([include/config.h:config.h.in]) # Request support for automake silent-rules if available. # Default to verbose output. One can use the configure-time -# option --enable-silent-rules or make V=1 to activate +# option --enable-silent-rules or make V=0 to activate # silent rules. m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])]) |