diff --git a/ChangeLog b/ChangeLog index 257eef9..97c601b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-04-12 Tollef Fog Heen + * configure.in: capitalisation-typo + * pkg.m4: Apply patch from James Henstridge to have AC_RUN_LOG in the right place. (Freedesktop #2992) diff --git a/configure.in b/configure.in index 44243fe..2188f9a 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,7 @@ AC_ARG_ENABLE(indirect-deps, [list both direct and indirect dependencies. [default=auto]])],, [enable_indirect_deps=auto]) -AC_MSG_CHECKING([Whether to list both direct and indirect dependencies]) +AC_MSG_CHECKING([whether to list both direct and indirect dependencies]) case $enable_indirect_deps in auto) deplib_check_method=`(./libtool --config; echo eval echo \\$deplib_check_method) | sh`