summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-05-24 20:12:36 +0200
committerAndras Timar <andras.timar@collabora.com>2023-01-16 14:59:59 +0100
commit0e2502ce4066b2372e1aa6727928a17a4d949a89 (patch)
treec0e3a0c731d84c8caddb44c5e2501111dbc01b35 /configure.ac
parent750511f8f17bd99b0f4645085ce6b114118e041b (diff)
FreeBSD: evaluate --with-gnu-patch
Change-Id: I41e2cc8dc74022c840dac6355ed29cc0c4c40b17
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b6d09d4a8b83..1cb0c9a63ab5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11491,7 +11491,7 @@ if test -z "$PATCH"; then
fi
dnl On Solaris or macOS, check if --with-gnu-patch was used
-if test "$_os" = "SunOS" -o "$_os" = "Darwin"; then
+if test "$_os" = "SunOS" -o "$_os" = "Darwin" -o "$_os" = "FreeBSD"; then
if test -z "$with_gnu_patch"; then
GNUPATCH=$PATCH
else