diff options
Diffstat (limited to 'conduits/configure.in.bot')
-rw-r--r-- | conduits/configure.in.bot | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/conduits/configure.in.bot b/conduits/configure.in.bot deleted file mode 100644 index 688f775..0000000 --- a/conduits/configure.in.bot +++ /dev/null @@ -1,14 +0,0 @@ -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 |