diff --git a/dtool/LocalSetup.pp b/dtool/LocalSetup.pp index 2586383d11..fed1d3bcd9 100644 --- a/dtool/LocalSetup.pp +++ b/dtool/LocalSetup.pp @@ -9,13 +9,6 @@ // configure. // -#print -#if $[and $[HAVE_INTERROGATE],$[HAVE_PYTHON]] -#print Configuring Panda to generate Python interfaces. -#else -#print Configuring Panda WITHOUT Python interfaces. -#endif - #print #print Configuring support for the following optional third-party packages: #if $[HAVE_NSPR] @@ -57,6 +50,14 @@ #if $[HAVE_DX] #print - DirectX #endif + +#print +#if $[and $[HAVE_INTERROGATE],$[HAVE_PYTHON]] +#print Compilation will generate Python interfaces. +#else +#print Configuring Panda WITHOUT Python interfaces. +#endif + #print #print See dtool_config.h for more details about the specified configuration.