From e37c32ab376cb02719b25006182d9ed97392ca25 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 26 Sep 2012 11:10:27 +0200 Subject: [PATCH] configure.ac: fix system-includedir help string Signed-off-by: Javier Viguera --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0d17a8a..80c961c 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,7 @@ AC_ARG_WITH([system-libdir],[AC_HELP_STRING([--with-system-libdir],[specify the AC_SUBST([SYSTEM_LIBDIR]) -AC_ARG_WITH([system-includedir],[AC_HELP_STRING([--with-system-libdir],[specify the +AC_ARG_WITH([system-includedir],[AC_HELP_STRING([--with-system-includedir],[specify the system include directory (default INCLUDEDIR)])], SYSTEM_INCLUDEDIR="$withval", SYSTEM_INCLUDEDIR="${includedir}")