diff options
Diffstat (limited to 'config_office/configure')
-rwxr-xr-x | config_office/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_office/configure b/config_office/configure index 0cf1344f5e49..5f7fe23ce7e1 100755 --- a/config_office/configure +++ b/config_office/configure @@ -15449,7 +15449,7 @@ echo "$as_me: error: \\"patch\\" not found in \$PATH, install the development to { (exit 1); exit 1; }; } fi -if test "$_os" = "SunOS" -o "$_os" = "FreeBSD"; then +if test "$_os" = "SunOS" -o "$_os" = "FreeBSD" -o "$_os" = "Darwin"; then if test -z "$with_gnu_patch"; then GNUPATCH=$PATCH else |