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

commit f615825aa54c8b44ece188701d945b8a2576df73
Author: PaweÅ‚ Forysiuk <[email protected]>
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):
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to