[Xfce4-commits] <midori:master> Fix HAVE_UNIQUE define check

Christian Dywan noreply at xfce.org
Mon Nov 12 22:10:01 CET 2012


Updating branch refs/heads/master
         to f615825aa54c8b44ece188701d945b8a2576df73 (commit)
       from ef9c5bc359f2d39c5752400767e3c6fa2a6368b9 (commit)

commit f615825aa54c8b44ece188701d945b8a2576df73
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Mon Nov 12 20:51:21 2012 +0100

    Fix HAVE_UNIQUE define check

 wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wscript b/wscript
index 03178c9..2a2a035 100644
--- a/wscript
+++ b/wscript
@@ -194,7 +194,7 @@ def configure (conf):
     else:
         conf.define ('UNIQUE_VERSION', 'No')
         conf.check_message_custom ('unique', '', 'disabled')
-    conf.define ('HAVE_UNIQUE', [0,1][conf.env['LIBUNIQUE_VERSION'] != 'No'])
+    conf.define ('HAVE_UNIQUE', [0,1][conf.env['UNIQUE_VERSION'] != 'No'])
 
     if option_enabled ('libnotify'):
         if not check_pkg ('libnotify', mandatory=False):


More information about the Xfce4-commits mailing list