From: Arch Librarian Date: Thu, 14 Jul 2005 13:07:02 +0000 (+0000) Subject: 2005-04-12 Tollef Fog Heen X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04dbfb4522d23f433b90cf79c22c7db1b8ca1b83;p=pkg-config 2005-04-12 Tollef Fog Heen Author: tfheen Date: 2005-04-12 17:21:04 GMT 2005-04-12 Tollef Fog Heen * configure.in: capitalisation-typo --- 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`