From: Behdad Esfahbod Date: Tue, 14 Nov 2006 20:03:33 +0000 (+0000) Subject: Bug 352795 – configure.in: Bug in "checking Whether to write X-Git-Tag: PANGO_1_15_1~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd01949fa8525ce740924eb307e694b695cee4dc;p=platform%2Fupstream%2Fpango.git Bug 352795 – configure.in: Bug in "checking Whether to write 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. --- diff --git a/ChangeLog b/ChangeLog index b6b5848..4ff68d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 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 shaper/font for unassigned Unicode codepoints too. This is needed to be able to render scripts being encoded before next version of Unicode diff --git a/configure.in b/configure.in index ce1cc92..f7a3644 100644 --- a/configure.in +++ b/configure.in @@ -625,7 +625,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