Tue, 14 Mar 2006 05:15:02 +0000
[gaim-migrate @ 15879]
This makes the output of configure show me the actual path instead of ${prefix}.
| configure.ac | file | annotate | diff | comparison | revisions |
--- a/configure.ac Tue Mar 14 01:53:52 2006 +0000 +++ b/configure.ac Tue Mar 14 05:15:02 2006 +0000 @@ -1772,7 +1772,7 @@ echo Build with GtkSpell support... : $enable_gtkspell echo Build with DBUS support....... : $enable_dbus if test x$enable_dbus = xyes ; then -echo DBUS servies directory........ : $DBUS_SERVICES_DIR +eval echo DBUS servies directory........ : $DBUS_SERVICES_DIR fi echo Build with Cyrus SASL support. : $enable_cyrus_sasl echo Has you....................... : yes