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.
15 lines
408 B
15 lines
408 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."
|
|
;;
|
|
no)
|
|
echo "You have indexlib enabled. Good luck!"
|
|
;;
|
|
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."
|
|
;;
|
|
esac
|