summaryrefslogtreecommitdiffstats
path: root/configure.in.bot
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-02-16 20:17:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-02-16 20:17:18 +0000
commitcb7eddb91455a69cf66fcd717e91a51ca5e2cfef (patch)
treecf5546e4d7c44370fbe9ca2be937bd254f30ebaa /configure.in.bot
downloadkpilot-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 'configure.in.bot')
-rw-r--r--configure.in.bot18
1 files changed, 18 insertions, 0 deletions
diff --git a/configure.in.bot b/configure.in.bot
new file mode 100644
index 0000000..aca4de5
--- /dev/null
+++ b/configure.in.bot
@@ -0,0 +1,18 @@
+if test "$HAVE_PISOCK" = "0" ; then
+ echo ""
+ echo "You're missing a compatible version of pilot-link for KPilot."
+ echo "KPilot will not be built."
+ echo ""
+ all_tests=bad
+else
+ if test "x$HAVE_BAD_PISOCK" = "xYES" ; then
+ echo ""
+ echo "You have a version of pilot-link < 0.12.0."
+ echo "This version is old and is known to cause problems"
+ echo "with KPilot. Please compile KPilot with "
+ echo "pilot-link version 0.12.0 or greater."
+ echo "KPilot will not be built."
+ echo ""
+ all_tests=bad
+ fi
+fi