[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (3a1995275e31d4211e3dc5a5c696ecb5ed42437f)



The branch, master has been updated
       via  3a1995275e31d4211e3dc5a5c696ecb5ed42437f (commit)
      from  d5b7cbd4910e71e9c8130d99664924773551e345 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 configure.ac |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 3a1995275e31d4211e3dc5a5c696ecb5ed42437f
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Make --enable-dbus default for the GTK and Lesstif HIDs

:100644 100644 4e9476d... a220a82... M	configure.ac

=========
 Changes
=========

commit 3a1995275e31d4211e3dc5a5c696ecb5ed42437f
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Make --enable-dbus default for the GTK and Lesstif HIDs

diff --git a/configure.ac b/configure.ac
index 4e9476d..a220a82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -353,7 +353,13 @@ fi
 AC_MSG_CHECKING([for whether to use DBUS])
 AC_ARG_ENABLE([dbus],
 [  --enable-dbus           Enable DBUS IPC],
-[],[enable_dbus=no])
+[],[
+	case " $with_gui " in
+		*\ gtk\ *)     enable_dbus=yes ;;
+		*\ lesstif\ *) enable_dbus=yes ;;
+		* )            enable_dbus=no ;;
+	esac
+])
 
 AC_MSG_RESULT([$enable_dbus])
 AM_CONDITIONAL(WITH_DBUS, test x$enable_dbus = xyes)




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs