-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
php56: add patch for autoconf >= 2.72
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From ba4055cccc859a5b65158fddabdae6fec21dbb60 Mon Sep 17 00:00:00 2001 | ||
From: Pol Dellaiera <pol.dellaiera@protonmail.com> | ||
Date: Tue, 6 Feb 2024 18:50:49 +0100 | ||
Subject: [PATCH] fix for autoconf 2.72 | ||
|
||
--- | ||
TSRM/threads.m4 | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/TSRM/threads.m4 b/TSRM/threads.m4 | ||
index 38494ce7ca..42f7bb9271 100644 | ||
--- a/TSRM/threads.m4 | ||
+++ b/TSRM/threads.m4 | ||
@@ -135,8 +135,8 @@ else | ||
fi | ||
done | ||
fi | ||
-fi | ||
]) | ||
+fi | ||
|
||
AC_CACHE_CHECK(for pthreads_lib, ac_cv_pthreads_lib,[ | ||
ac_cv_pthreads_lib= | ||
-- | ||
2.43.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters