SOURCES (DEVEL): gaim-dbus-dir.patch (NEW) - dbus session dir exis...
glen
glen at pld-linux.org
Tue Feb 7 18:49:20 CET 2006
Author: glen Date: Tue Feb 7 17:49:19 2006 GMT
Module: SOURCES Tag: DEVEL
---- Log message:
- dbus session dir existence is not vital at build time
---- Files affected:
SOURCES:
gaim-dbus-dir.patch (NONE -> 1.1.2.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/gaim-dbus-dir.patch
diff -u /dev/null SOURCES/gaim-dbus-dir.patch:1.1.2.1
--- /dev/null Tue Feb 7 18:49:19 2006
+++ SOURCES/gaim-dbus-dir.patch Tue Feb 7 18:49:14 2006
@@ -0,0 +1,13 @@
+--- gaim-2.0.0beta2/configure.ac~ 2006-02-07 18:49:47.000000000 +0200
++++ gaim-2.0.0beta2/configure.ac 2006-02-07 19:00:20.000000000 +0200
+@@ -540,10 +540,6 @@
+ if test "x$enable_dbus" = "xyes" ; then
+ AC_MSG_CHECKING([location of the D-BUS session directory])
+ if ! test -z "$with_dbus_session_dir"; then
+- if ! test -d "$with_dbus_session_dir"; then
+- AC_MSG_WARN([$with_dbus_session_dir does not exist, if this is the correct location please make sure that it exists.])
+- enable_dbus=no
+- fi
+ DBUS_SESSION_DIR="$with_dbus_session_dir"
+ else
+ dnl # add more to this as needed
================================================================
More information about the pld-cvs-commit
mailing list