diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-23 21:34:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-23 21:34:15 +0100 |
| commit | cdab75c5600a706d623c5e23bc0530c4bf588735 (patch) | |
| tree | a039ac4f3b0617b59725bf819ab9a5962c1f6b70 | |
| parent | 3739c62f626b65da929d37fb7efc44a8e349e6f1 (diff) | |
More Centos namespace hackery.
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |
