[Libreoffice-commits] core.git: configure.ac
Gleb Popov (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 20 08:22:24 UTC 2020
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 90098ed2d426e3812940efb84f8495240e6a85b0
Author: Gleb Popov <6yearold at gmail.com>
AuthorDate: Mon Oct 19 13:35:33 2020 +0400
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Oct 20 10:21:41 2020 +0200
Do not check for GNU patch utility on FreeBSD.
While FreeBSD patch is indeed not a GNU one, it is sufficient to build LO.
Change-Id: I55783f5bc7b4e2886e31936a317f52916d9a1e5f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104519
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
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
More information about the Libreoffice-commits
mailing list