You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
447 B
17 lines
447 B
case "$missing_indexlib" in |
|
yes) |
|
echo "You are missing indexlib, which is required to" |
|
echo "enable full-text indexing in KMail. You can use" |
|
echo "--with-indexlib to enable indexlib." |
|
echo |
|
;; |
|
no) |
|
echo "You have indexlib enabled. Good luck!" |
|
echo |
|
;; |
|
ignore) |
|
echo "If you would like to build-in KMail's experimental full-text" |
|
echo "indexing please re-run configure with the --enable-indexlib option." |
|
echo |
|
;; |
|
esac
|
|
|