Browse Source

allow HAVE_INTERROGATE to be redefined in Config.pp to disable interrogate

David Rose 24 years ago
parent
commit
3762f0515d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/pptempl/Global.pp

+ 1 - 1
dtool/pptempl/Global.pp

@@ -72,7 +72,7 @@
 // Define some various compile flags, derived from the variables set
 // Define some various compile flags, derived from the variables set
 // in Config.pp.
 // in Config.pp.
 #set INTERROGATE_PYTHON_INTERFACE $[and $[HAVE_PYTHON],$[INTERROGATE_PYTHON_INTERFACE]]
 #set INTERROGATE_PYTHON_INTERFACE $[and $[HAVE_PYTHON],$[INTERROGATE_PYTHON_INTERFACE]]
-#define run_interrogate $[or $[INTERROGATE_C_INTERFACE],$[INTERROGATE_PYTHON_INTERFACE]]
+#define run_interrogate $[HAVE_INTERROGATE]
 
 
 #define stl_ipath $[wildcard $[STL_IPATH]]
 #define stl_ipath $[wildcard $[STL_IPATH]]
 #define stl_lpath $[wildcard $[STL_LPATH]]
 #define stl_lpath $[wildcard $[STL_LPATH]]