]> git.pld-linux.org Git - packages/pidgin.git/blame - pidgin-dbus-dir.patch
rebuild with perl 5.32
[packages/pidgin.git] / pidgin-dbus-dir.patch
CommitLineData
be9750be 1diff -aurN gaim-2.0.0beta3.orig/configure.ac gaim-2.0.0beta3/configure.ac
2--- gaim-2.0.0beta3.orig/configure.ac 2006-03-26 09:45:35.000000000 +0200
3+++ gaim-2.0.0beta3/configure.ac 2006-04-07 23:09:18.526190784 +0200
4@@ -689,10 +689,6 @@
76a90144
JP
5 if test x"$enable_dbus" = "xyes" ; then
6 AC_MSG_CHECKING([location of the D-Bus services directory])
7 if ! test -z "$with_dbus_services" ; then
be9750be 8- if ! test -d "$with_dbus_services" ; then
9- AC_MSG_ERROR([$with_dbus_services does not exist, if this is the correct location please make sure that it exists.])
10- fi
11-
76a90144
JP
12 DBUS_SERVICES_DIR="$with_dbus_services"
13 else
14 if test x"$prefix" = x"NONE" ; then
This page took 0.125299 seconds and 4 git commands to generate.