diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-05-31 16:02:55 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-05-31 16:02:55 +0000 |
commit | 73dff71032187b9812d446c4074dec8baf0248a9 (patch) | |
tree | 5f52be552776ed09f793dd81ad21de2a66eb1260 | |
parent | 73fee4fc1da45a170643b9b3842287afe04214a6 (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
-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 |