blob: 59f4fdc4bbf690d2ab9a3ce7e0b940bd5c9ccb48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if test "x$epos_bindir" = "xno"; then
if test "$compile_epos_plugin" = "yes"; then
echo ""
echo "======================================================="
echo "The Epos program does not appear to be"
echo "installed on this system. The epos plugin will"
echo "be built, but you need to install epos before you"
echo "can use it. You can get it at"
echo " http://epos.ure.cas.cz/"
echo "Debian users: apt-get install epos"
echo "======================================================"
all_tests=bad
fi
fi
|