diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
commit | cb7eddb91455a69cf66fcd717e91a51ca5e2cfef (patch) | |
tree | cf5546e4d7c44370fbe9ca2be937bd254f30ebaa /conduits/configure.in.bot | |
download | kpilot-cb7eddb91455a69cf66fcd717e91a51ca5e2cfef.tar.gz kpilot-cb7eddb91455a69cf66fcd717e91a51ca5e2cfef.zip |
Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'conduits/configure.in.bot')
-rw-r--r-- | conduits/configure.in.bot | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conduits/configure.in.bot b/conduits/configure.in.bot new file mode 100644 index 0000000..688f775 --- /dev/null +++ b/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 |