summarylogtreecommitdiffstats
path: root/phpize.m4.patch
blob: 365f52d84c422641bcd6b2b70740637e41130e1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- scripts/phpize.m4.orig	2021-01-05 11:45:07.000000000 +0100
+++ scripts/phpize.m4	2021-01-31 12:03:46.869682067 +0100
@@ -50,8 +50,8 @@
 dnl Find php-config script.
 PHP_ARG_WITH([php-config],,
   [AS_HELP_STRING([--with-php-config=PATH],
-    [Path to php-config [php-config]])],
-  [php-config],
+    [Path to php-config74 [php-config74]])],
+  [php-config74],
   [no])
 
 dnl For BC.