|
@@ -2801,11 +2801,11 @@ int find_scripts(char **scripts_array, char **scripts_path_array)
|
|
|
for_each_lang(scripts_path, scripts_dir, lang_dirent) {
|
|
|
scnprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path,
|
|
|
lang_dirent->d_name);
|
|
|
-#ifdef NO_LIBPERL
|
|
|
+#ifndef HAVE_LIBPERL_SUPPORT
|
|
|
if (strstr(lang_path, "perl"))
|
|
|
continue;
|
|
|
#endif
|
|
|
-#ifdef NO_LIBPYTHON
|
|
|
+#ifndef HAVE_LIBPYTHON_SUPPORT
|
|
|
if (strstr(lang_path, "python"))
|
|
|
continue;
|
|
|
#endif
|