From e1ba1aab1627d2fabaa781ac51c48a93394724dd Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 14 Nov 2006 20:08:02 +0000 Subject: =?UTF-8?q?Bug=20352795=20=E2=80=93=20configure.in:=20Bug=20in=20"?= =?UTF-8?q?checking=20Whether=20to=20write?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-11-14 Behdad Esfahbod Bug 352795 – configure.in: Bug in "checking Whether to write dependencies into .pc files" * configure.in: Make libtool magic robust. --- ChangeLog | 7 +++++++ configure.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99b8fb1d..2bf451ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-11-14 Behdad Esfahbod + + Bug 352795 – configure.in: Bug in "checking Whether to write + dependencies into .pc files" + + * configure.in: Make libtool magic robust. + 2006-11-14 Behdad Esfahbod * pango/pango-context.c (itemize_state_process_run): Choose diff --git a/configure.in b/configure.in index 8e8b8f35..066bb3e8 100644 --- a/configure.in +++ b/configure.in @@ -626,7 +626,7 @@ AC_ARG_ENABLE(explicit-deps, AC_MSG_CHECKING([Whether to write dependencies into .pc files]) case $enable_explicit_deps in auto) - deplibs_check_method=`(./libtool --config; echo eval echo \\$deplibs_check_method) | sh` + deplibs_check_method=`(./libtool --config; echo 'eval echo $deplibs_check_method') | sh` if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then enable_explicit_deps=yes else -- cgit v1.2.1