summaryrefslogtreecommitdiffstats
path: root/libkdcraw/configure.in.bot
diff options
context:
space:
mode:
Diffstat (limited to 'libkdcraw/configure.in.bot')
-rw-r--r--libkdcraw/configure.in.bot25
1 files changed, 0 insertions, 25 deletions
diff --git a/libkdcraw/configure.in.bot b/libkdcraw/configure.in.bot
deleted file mode 100644
index 7b55b15..0000000
--- a/libkdcraw/configure.in.bot
+++ /dev/null
@@ -1,25 +0,0 @@
-dnl Put here things to be done at the very end - telling users
-dnl about additional packages to install.
-
-echo ""
-echo "-- libkdcraw configure results -------------------"
-
-if test "x$have_lcms" != "xyes"; then
- echo "-- lcms found..................... NO"
- echo ""
- echo "libkdcraw needs Lcms library. You need to install the lcms development package."
- echo "Lcms website is at http://www.littlecms.com"
- echo ""
- all_tests=bad
-else
- echo "-- lcms found..................... YES"
-fi
-
-if test "x$USING_OPENMP" != "xyes"; then
- echo "-- compile with OpenMP support.... NO (Optional)"
- all_tests=bad
-else
- echo "-- compile with OpenMP support.... YES (Optional)"
-fi
-
-