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