More Centos namespace hackery.
authorCarl Hetherington <cth@carlh.net>
Mon, 23 May 2016 20:34:15 +0000 (21:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 23 May 2016 20:34:15 +0000 (21:34 +0100)
wscript

diff --git a/wscript b/wscript
index dd2e18e0eb8ddc243791a73dc85689e422d1fc87..59c85e8f7d58c11cc6b9be1d5f62336b3326087b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -201,7 +201,7 @@ def configure(conf):
 
     # See if we are using the MagickCore or MagickLib namespaces
     conf.check_cxx(fragment="""
-                            #include <Magick++.h>
+                            #include <Magick++/Include.h>
                             using namespace MagickCore;
                             """,
                    mandatory=False,
@@ -210,7 +210,7 @@ def configure(conf):
                    define_name='DCPOMATIC_HAVE_MAGICKCORE_NAMESPACE')
 
     conf.check_cxx(fragment="""
-                            #include <Magick++.h>
+                            #include <Magick++/Include.h>
                             using namespace MagickLib
                             """,
                    mandatory=False,