summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Chvátal <tomas.chvatal@gmail.com>2011-08-15 17:47:44 +0200
committerPetr Mladek <pmladek@suse.cz>2011-08-15 18:46:27 +0200
commit5ab68a360f717b40b672d38ff29497c6b3c4e114 (patch)
treee6a422fc2702a65f5bf5249a054522f454a0a198
parentffd8f826f7ee3db4d306ece5d1c2f8a8c4a033be (diff)
Use proper switch name for system-sane-headers
In 3.5 it is just system-sane and in 3.4 it is system-sane-header. Signed-off-by: Petr Mladek <pmladek@suse.cz>
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 65813cb18..0d3a1cb98 100755
--- a/configure.in
+++ b/configure.in
@@ -906,7 +906,7 @@ AC_ARG_WITH(system-odbc,
AS_HELP_STRING([--with-system-odbc],
[Use the odbc headers already on system.]))
-AC_ARG_WITH(system-sane,
+AC_ARG_WITH(system-sane-header,
AS_HELP_STRING([--with-system-sane-header],
[Use sane.h already on system.]))