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, 11 insertions, 0 deletions
diff --git a/src/configure.in.bot b/src/configure.in.bot
new file mode 100644
index 0000000..ed010db
--- /dev/null
+++ b/src/configure.in.bot
@@ -0,0 +1,11 @@
+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