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>2021-05-25 14:43:28 +0200
commit30671a665e745aae4b81a03646ee4a4864ca1f39 (patch)
tree74c4d218205162b05e1f1af09365b8b3fe0d8f22 /configure.ac
parentb05d8419af76cc97e5b3f2a938c76cb5e99bef12 (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 51933e069255..ee59b965a6c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11114,7 +11114,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