summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2023-09-09 13:59:40 +0200
committerJannis M. Hoffmann <jannis@fehcom.de>2023-09-09 13:59:40 +0200
commit4f0692e955ae7f7ef8d102342e20f03e874cf061 (patch)
treee5c8c0572b944bd2cff67f7bf3d4d617cfc3983f /configure
parent60b340f898db847ab6e72ed70de6c3a81314570b (diff)
updated changelog and added missing files
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b0ba796..c37fc0b 100755
--- a/configure
+++ b/configure
@@ -13,7 +13,7 @@ check_command () {
check_perl_deps () {
for d in "$@"
do
- echo "Checking for perl module $d ... "
+ echo -n "Checking for perl module $d ... "
if perl -Ilib -e "use $d;"
then echo 'found!'
else echo 'not available!'; exit 1
@@ -120,7 +120,7 @@ case "$JWM_MAILDIR_EXTRACTOR" in
MAILDIR_EXTRACTOR_BIN=script/extract.py
;;
(extractrs)
- [ -f "$(pwd)/extract/Cargo.toml" ]
+ [ -f "$(pwd)/extract/Cargo.toml" ] || { echo 'extractrs not available' >&2; exit; }
JWM_EXTRACTRS_DIR=extract
check_command cargo
MAILDIR_EXTRACTOR_BIN=bin/jwebmail-extract