Files
bsdports/php74/php74-mod-readline/files/patch-x-config.m4
2025-08-27 17:10:19 +02:00

12 lines
384 B
Plaintext

--- ./config.m4.orig 2022-04-12 12:55:44.000000000 +0200
+++ ./config.m4 2022-04-26 23:16:23.127198000 +0200
@@ -1,8 +1,3 @@
-PHP_ARG_WITH([libedit],
- [for libedit readline replacement],
- [AS_HELP_STRING([--with-libedit],
- [Include libedit readline replacement (CLI/CGI only)])])
-
if test "$PHP_LIBEDIT" = "no"; then
PHP_ARG_WITH([readline],
[for readline support],