summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f26ab0b592d2..96cf1467dee2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11002,8 +11002,8 @@ if test -z "$PATCH"; then
AC_MSG_ERROR(["patch" not found in \$PATH, install it])
fi
-dnl On Solaris, FreeBSD or macOS, check if --with-gnu-patch was used
-if test "$_os" = "SunOS" -o "$_os" = "FreeBSD" -o "$_os" = "Darwin"; then
+dnl On Solaris or macOS, check if --with-gnu-patch was used
+if test "$_os" = "SunOS" -o "$_os" = "Darwin"; then
if test -z "$with_gnu_patch"; then
GNUPATCH=$PATCH
else