]> err.no Git - pkg-config/commitdiff
2005-04-12 Tollef Fog Heen <tfheen@err.no>
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:07:02 +0000 (13:07 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:07:02 +0000 (13:07 +0000)
Author: tfheen
Date: 2005-04-12 17:21:04 GMT
2005-04-12  Tollef Fog Heen  <tfheen@err.no>

    * configure.in: capitalisation-typo

ChangeLog
configure.in

index 257eef9be7b63bd5e077ad63ba15cd1a566bf605..97c601b7380376ee0c75bf30cb71f5356484c714 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-04-12  Tollef Fog Heen  <tfheen@err.no>
 
+       * configure.in: capitalisation-typo
+
        * pkg.m4: Apply patch from James Henstridge to have AC_RUN_LOG in
        the right place.  (Freedesktop #2992)
        
index 44243fe68fb972c92d6ff02f81d76d68e663a69a..2188f9a974f35e0a06b99f8b9fdba02675962592 100644 (file)
@@ -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`