Fix 'system-includedir' help string in configure.ac #43

Merged
jviguera merged 1 commits from master into master 2012-09-27 13:49:20 +00:00
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}")