# HG changeset patch # User Etan Reisner # Date 1161238574 0 # Node ID 9ec6f3ffad14e20f57148fe4b82e61e7a0d9805f # Parent 56dbadfa6543784cdd7071389fe0e174969aacf2 [gaim-migrate @ 17546] deryni: the change to the summary output to fix the spelling of "services" makes the DBUS line's ':' not line up with the rest of them :) deryni: in other words, a single dot needs removal :) SimGuy: Bah, thanks. deryni: you can thank open_source_nut... I wouldn't have been checking my own configure output otherwise :P committer: Tailor Script diff -r 56dbadfa6543 -r 9ec6f3ffad14 configure.ac --- a/configure.ac Thu Oct 19 05:56:00 2006 +0000 +++ b/configure.ac Thu Oct 19 06:16:14 2006 +0000 @@ -1930,7 +1930,7 @@ echo Build with GStreamer support.. : $enable_gst echo Build with DBUS support....... : $enable_dbus if test "x$enable_dbus" = "xyes" ; then - eval eval echo DBUS services directory........ : $DBUS_SERVICES_DIR + eval eval echo DBUS services directory....... : $DBUS_SERVICES_DIR fi echo SSL Library/Libraries......... : $msg_ssl echo Build with Cyrus SASL support. : $enable_cyrus_sasl