]> git.pld-linux.org Git - packages/pidgin.git/blob - pidgin-dbus-dir.patch
perl 5.38.0 rebuild
[packages/pidgin.git] / pidgin-dbus-dir.patch
1 diff -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 @@
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
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 -
12                 DBUS_SERVICES_DIR="$with_dbus_services"
13         else
14                 if test x"$prefix" = x"NONE" ; then
This page took 0.109522 seconds and 3 git commands to generate.