summaryrefslogtreecommitdiff
path: root/config_office
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-05-31 16:02:55 +0000
committerKurt Zenker <kz@openoffice.org>2005-05-31 16:02:55 +0000
commit73dff71032187b9812d446c4074dec8baf0248a9 (patch)
tree5f52be552776ed09f793dd81ad21de2a66eb1260 /config_office
parent73fee4fc1da45a170643b9b3842287afe04214a6 (diff)
INTEGRATION: CWS macosx07 (1.98.8); FILE MERGED
2005/05/18 23:02:14 ericb 1.98.8.2: RESYNC: (1.98-1.99); FILE MERGED 2005/05/13 21:17:54 ericb 1.98.8.1: i49135 Add GNUCOPY for Darwin in configure
Diffstat (limited to 'config_office')
-rwxr-xr-xconfig_office/configure2
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