[libnet-dbus-perl] 231/335: Fix variable name for checking dbus_connection_disconnect

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit 47fc23d04f167149ceb3ce78c05dfea5c36a3300
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Sat Nov 4 16:43:41 2006 -0500

    Fix variable name for checking dbus_connection_disconnect
---
 Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index aa2bd44..29765ec 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,7 +26,7 @@ WriteMakefile(
 		  },
 	      'AUTHOR' => 'Daniel Berrange <dan at berrange.com>',
 	      'LIBS' => [$DBUS_LIBS],
-	      'DEFINE' => ($has_0_93 ?
+	      'DEFINE' => ($has_0_90 ?
 			   "-DDBUS_API_SUBJECT_TO_CHANGE -DHAVE_CONN_DISCONNECT=0 -DNET_DBUS_DEBUG=1" :
 			   "-DDBUS_API_SUBJECT_TO_CHANGE -DHAVE_CONN_DISCONNECT=1 -DNET_DBUS_DEBUG=1"),
 	      'INC' => "-Wall $DBUS_CFLAGS",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list