From: <de...@us...> - 2006-10-19 06:16:18
|
Revision: 17546 http://svn.sourceforge.net/gaim/?rev=17546&view=rev Author: deryni9 Date: 2006-10-18 23:16:14 -0700 (Wed, 18 Oct 2006) Log Message: ----------- <SimGuy> 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 :) <SimGuy> deryni: in other words, a single dot needs removal :) <deryni> SimGuy: Bah, thanks. <SimGuy> deryni: you can thank open_source_nut... I wouldn't have been checking my own configure output otherwise :P Modified Paths: -------------- trunk/configure.ac Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-10-19 05:56:00 UTC (rev 17545) +++ trunk/configure.ac 2006-10-19 06:16:14 UTC (rev 17546) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |