summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac7de31f1152..c882f89cba4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11645,7 +11645,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