summaryrefslogtreecommitdiffstats
path: root/kpilot/conduits/configure.in.bot
blob: 688f775f980871fa5d4daf0725b9590d54316701 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
dnl Configure.in.bot for KPilot conduits.
dnl
dnl Copyright (C) 2000,2001 Adriaan de Groot
dnl Copyright (C) 2002 Reinhold Kainhofer
dnl
dnl This file is released under the terms of the Gnu General Public
dnl Licence (GPL) Version 2.

if test "$with_mal" = NOTFOUND -o "$with_mal" = no ; then
    echo ""
    echo "KPILOT: MAL headers or library not found. AvantGo conduit will not be compiled."
    echo "KPILOT: Download libmal>=0.20 from http://jasonday.home.att.net/code/libmal/"
    echo ""
fi