Merge pull request #43 from jviguera/master

Fix 'system-includedir' help string in configure.ac
pull/44/merge
William Pitcock 2012-09-27 06:49:19 -07:00
commit 804b3ef8dc
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}")