summaryrefslogtreecommitdiffstats
path: root/src/configure.in.bot
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.in.bot')
-rw-r--r--src/configure.in.bot11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/configure.in.bot b/src/configure.in.bot
deleted file mode 100644
index ed010db..0000000
--- a/src/configure.in.bot
+++ /dev/null
@@ -1,11 +0,0 @@
-if test "$want_kipi" = "yes" ; then
- if test "$have_kipi" != "yes" ; then
- echo ""
- echo "KIPI is not installed. Gwenview will be build without KIPI support."
- echo ""
- fi
-else
- echo ""
- echo "KIPI support has been disabled. Gwenview will be build without KIPI support."
- echo ""
-fi