summaryrefslogtreecommitdiffstats
path: root/src/configure.in.bot
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-01 21:09:45 +0900
committerMichele Calgaro <[email protected]>2024-05-13 22:12:07 +0900
commit4bd38b70206fda7a82c31cdfa48c51e7757c5d97 (patch)
tree21a4cc15ef16f9c96560331c4e1552bfe730691f /src/configure.in.bot
parentd9ca086d44ac3ac68c3544485c78f0dfb880a10c (diff)
downloadgwenview-4bd38b70206fda7a82c31cdfa48c51e7757c5d97.tar.gz
gwenview-4bd38b70206fda7a82c31cdfa48c51e7757c5d97.zip
Drop autotools support
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 13ff311d52c57244f6804a97288d3f31cd6800da)
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