diff options
Diffstat (limited to 'libk3bdevice/configure.in.bot')
-rw-r--r-- | libk3bdevice/configure.in.bot | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libk3bdevice/configure.in.bot b/libk3bdevice/configure.in.bot deleted file mode 100644 index fbb068d..0000000 --- a/libk3bdevice/configure.in.bot +++ /dev/null @@ -1,20 +0,0 @@ -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 |