summaryrefslogtreecommitdiffstats
path: root/libk3bdevice/configure.in.bot
diff options
context:
space:
mode:
Diffstat (limited to 'libk3bdevice/configure.in.bot')
-rw-r--r--libk3bdevice/configure.in.bot20
1 files changed, 20 insertions, 0 deletions
diff --git a/libk3bdevice/configure.in.bot b/libk3bdevice/configure.in.bot
new file mode 100644
index 0000000..fbb068d
--- /dev/null
+++ b/libk3bdevice/configure.in.bot
@@ -0,0 +1,20 @@
+echo ""
+
+if test -n "$RESMGR_LIB"; then
+ echo "K3b - Resmgr support: yes"
+else
+ echo "K3b - Resmgr support: no"
+fi
+
+echo ""
+
+
+if test x$have_hal = xyes; then
+ echo "K3b - Compile HAL support yes"
+else
+ echo "K3b - Compile HAL support no"
+if test "x$ac_cv_use_hal" = "xyes" ; then
+ echo "K3b - You are missing the HAL >= 0.5 headers and libraries"
+ echo "K3b - or the DBus Qt bindings."
+fi
+fi