]> Nishi Git Mirror - serenade.git/commitdiff
ffi should be default
authornishi <nishi@0f02c867-ac3d-714e-8a88-971ba1f6efcf>
Fri, 26 Apr 2024 03:01:05 +0000 (03:01 +0000)
committernishi <nishi@0f02c867-ac3d-714e-8a88-971ba1f6efcf>
Fri, 26 Apr 2024 03:01:05 +0000 (03:01 +0000)
git-svn-id: file:///raid/svn-main/nishi-serenade/trunk@38 0f02c867-ac3d-714e-8a88-971ba1f6efcf

Tool/configgen.c

index dcfd96f194b788f4392084f7ae57164b9c1ba9b5..b792ae9d8e493b5931d126b4cc509de25fafb211 100644 (file)
@@ -37,7 +37,7 @@ char choice[256];
 
 char* asks[] = {"repl", "y", "HAS_REPL_SUPPORT", "Do you want the REPL support?",
 
-               "ffi",  "n", "HAS_FFI_SUPPORT",  "Do you want the FFI support?",
+               "ffi",  "y", "HAS_FFI_SUPPORT",  "Do you want the FFI support?",
 
                NULL};