[gaim-migrate @ 15879]

Tue, 14 Mar 2006 05:15:02 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Tue, 14 Mar 2006 05:15:02 +0000
changeset 13504
d834711e48f3
parent 13503
a40b2e2a4694
child 13505
019e7c64b1c4

[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

mercurial