>From 0baa0f809a074f913c8f5537eb4e0852f2c59b5b Mon Sep 17 00:00:00 2001
From: igor2 <igor2@9df29d54-5764-4f4b-9cf6-31b2c6738818>
Date: Sat, 7 Dec 2024 12:32:43 +0000
Subject: [PATCH 2/2] -Fix: scconfig accepts perl only if IXpv is available in
 the interpreter struct

git-svn-id: svn://svn.repo.hu/fungw/trunk@823 9df29d54-5764-4f4b-9cf6-31b2c6738818
---
 libfungwbind/scconfig_hooks.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libfungwbind/scconfig_hooks.h b/libfungwbind/scconfig_hooks.h
index 5aa18db..61ffeb5 100644
--- a/libfungwbind/scconfig_hooks.h
+++ b/libfungwbind/scconfig_hooks.h
@@ -55,7 +55,7 @@ static int fungwbind_hook_detect_target(void)
 	if (require("libs/script/python3/*", 0, 0) == 0)
 		static_disable_python = 2;
 	require("libs/script/mruby/*", 0, 0);
-	require("libs/script/perl/*", 0, 0);
+	require("libs/script/perl_with_IXpv", 0, 0);
 	require("libs/script/duktape/*", 0, 0);
 	require("libs/script/estutter/*", 0, 0);
 	require("libs/script/funlisp/*", 0, 0);
-- 
2.49.0

