Make libtool magic robust. (#352795)
2006-11-14 Behdad Esfahbod <behdad@gnome.org> * configure.in: Make libtool magic robust. (#352795)
This commit is contained in:
parent
ed3f611c41
commit
d5b35a5db9
@ -1,3 +1,7 @@
|
||||
2006-11-14 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* configure.in: Make libtool magic robust. (#352795)
|
||||
|
||||
2006-11-13 Paolo Borelli <pborelli@katamail.com>
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_parse_icon_source): plug small memory
|
||||
|
@ -366,7 +366,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
|
||||
|
Loading…
Reference in New Issue
Block a user