configure.ac: fix system-includedir help string

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
pull/43/head
Javier Viguera 2012-09-26 11:10:27 +02:00
parent 5500fdb4b3
commit e37c32ab37
1 changed files with 1 additions and 1 deletions

View File

@ -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}")