]> spindle.queued.net Git - midori/commitdiff
Check for and link with libm
authorChristian Dywan <christian@twotoasts.de>
Thu, 12 Mar 2009 17:20:14 +0000 (18:20 +0100)
committerChristian Dywan <christian@twotoasts.de>
Thu, 12 Mar 2009 17:20:14 +0000 (18:20 +0100)
katze/wscript_build
wscript

index 128fd357d8c5b25442007e53b2010c835c8597db..b52eb015c5a1ff6a242f1689806f33c1cb8f38d3 100644 (file)
@@ -9,7 +9,7 @@ obj.name = 'katze'
 obj.target = 'katze'
 obj.includes = '. ../.'
 obj.find_sources_in_dirs ('.')
-obj.uselib = 'GMODULE LIBSOUP GTK LIBXML'
+obj.uselib = 'GMODULE LIBSOUP GTK LIBXML'
 obj.install_path = None
 
 if platform.architecture ()[0] == '64bit':
diff --git a/wscript b/wscript
index b913591f833b3aece48859f59bf9431a5bd26b5d..f3c23463926b2ea697f756c2cb25b9ba8d8546b4 100644 (file)
--- a/wscript
+++ b/wscript
@@ -149,6 +149,7 @@ def configure (conf):
         sqlite = 'no '
     conf.define ('HAVE_SQLITE', [0,1][sqlite == 'yes'])
 
+    conf.check (lib='m', mandatory=True)
     check_pkg ('gmodule-2.0', '2.8.0', False)
     check_pkg ('gthread-2.0', '2.8.0', False)
     check_pkg ('gio-2.0', '2.16.0', False)