summaryrefslogtreecommitdiff
path: root/config_office
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-10-11 13:07:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-10-11 13:07:12 +0000
commitb83af8c90bb06bc77ab309c9f09bd915b20df704 (patch)
tree91e2613a670fd0f954634017ebb9ec00e879b9fc /config_office
parentf0574de6bd9353c4a2ba356aca94bf8f6744b7a1 (diff)
INTEGRATION: CWS cfgcws01 (1.52.6); FILE MERGED
2004/09/28 09:11:30 mmeeks 1.52.6.1: Issue number: 34707 Submitted by: mmeeks Reviewed by: mmeeks Add check for perl's Archive::Zip functionality & deps.
Diffstat (limited to 'config_office')
-rwxr-xr-xconfig_office/configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/config_office/configure b/config_office/configure
index 0e1aa2e60272..4fa225734bfe 100755
--- a/config_office/configure
+++ b/config_office/configure
@@ -6942,6 +6942,17 @@ echo "$as_me: error: Perl not found, install version 5 of Perl" >&2;}
fi
+echo "$as_me:$LINENO: checking for required Perl modules" >&5
+echo $ECHO_N "checking for required Perl modules... $ECHO_C" >&6
+if `$PERL -e 'use Archive::Zip;'`; then
+ echo "$as_me:$LINENO: result: all modules found" >&5
+echo "${ECHO_T}all modules found" >&6
+else
+ { { echo "$as_me:$LINENO: error: Failed to find some modules" >&5
+echo "$as_me: error: Failed to find some modules" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
if test "$_os" != "WINNT" -o "$with_use_shell" != "4nt"; then
# Extract the first word of "tcsh", so it can be a program name with args.
set dummy tcsh; ac_word=$2