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.
10 lines
259 B
10 lines
259 B
15 years ago
|
if test -z "$SANE_CONFIG"; then
|
||
|
echo ""
|
||
|
echo "You're missing development files for libsane - "
|
||
|
echo "libkscan/kooka won't be compiled without libsane."
|
||
|
echo "You can download it from"
|
||
|
echo "http://www.sane-project.org/"
|
||
|
echo ""
|
||
|
all_tests=bad
|
||
|
fi
|