summaryrefslogtreecommitdiffstats
path: root/kpilot/conduits/configure.in.bot
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/conduits/configure.in.bot')
-rw-r--r--kpilot/conduits/configure.in.bot14
1 files changed, 14 insertions, 0 deletions
diff --git a/kpilot/conduits/configure.in.bot b/kpilot/conduits/configure.in.bot
new file mode 100644
index 000000000..688f775f9
--- /dev/null
+++ b/kpilot/conduits/configure.in.bot
@@ -0,0 +1,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