Now that we're building pango's language modules statically (i.e. no longer as DLLs...
authorJohn Emmas <johne53@tiscali.co.uk>
Mon, 24 Nov 2014 12:58:26 +0000 (12:58 +0000)
committerJohn Emmas <johne53@tiscali.co.uk>
Mon, 24 Nov 2014 12:58:26 +0000 (12:58 +0000)
gtk2_ardour/bundle_env_msvc.cc

index 5e2da98bd4467ce7d8fbe108f8926c63f4af3eb9..afba402296b099f5edd007a93eede2d9b93beb22 100644 (file)
@@ -475,9 +475,12 @@ fixup_bundle_environment (int argc, char* argv[], const char** localedir)
        }
 
        fixup_fonts_config();
-       fixup_pango_config();
        fixup_clearlooks_config();
        fixup_pixbuf_loaders_config();
+
+#ifdef DLL_PANGO_MODULES
+       fixup_pango_config();
+#endif
 }