]> sourceware.org Git - lvm2.git/commitdiff
configure: Update configure
authorMarian Csontos <mcsontos@redhat.com>
Wed, 20 Sep 2017 08:13:39 +0000 (10:13 +0200)
committerMarian Csontos <mcsontos@redhat.com>
Wed, 20 Sep 2017 11:07:06 +0000 (13:07 +0200)
configure

index 2afbe6eefa365e0db19cde47aa4b1b0883a10739..78c738d3036b267091777e3a30f7bc6afb9dd144 100755 (executable)
--- a/configure
+++ b/configure
@@ -12791,6 +12791,10 @@ $as_echo "$APPLIB" >&6; }
 test "$APPLIB" = yes \
   && LVM2APP_LIB=-llvm2app \
   || LVM2APP_LIB=
+if test "$APPLIB"; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Python bindings are deprecated. Use D-Bus API" >&5
+$as_echo "$as_me: WARNING: Python bindings are deprecated. Use D-Bus API" >&2;}
+fi
 
 ################################################################################
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to compile liblvm2cmd.so" >&5
@@ -13868,6 +13872,8 @@ $as_echo "no" >&6; }
 fi
 
 if test "$PYTHON_BINDINGS" = yes -o "$PYTHON2_BINDINGS" = yes -o "$PYTHON3_BINDINGS" = yes; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Python bindings are deprecated. Use D-Bus API" >&5
+$as_echo "$as_me: WARNING: Python bindings are deprecated. Use D-Bus API" >&2;}
        test "$APPLIB" != yes && as_fn_error $? "Python_bindings require --enable-applib" "$LINENO" 5
 fi
 
This page took 0.05147 seconds and 5 git commands to generate.