summaryrefslogtreecommitdiff
path: root/m4/virt-driver-remote.m4
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2016-12-22 12:49:51 +0100
committerAndrea Bolognani <abologna@redhat.com>2016-12-22 15:20:05 +0100
commite64f2fab920fe8a08e97b790cb5d959f3566aea3 (patch)
tree956fd948de8f988680da81693c6b5c93bd4a8036 /m4/virt-driver-remote.m4
parentbd4255680d441580bd30b04ef34f60655cdfe916 (diff)
downloadlibvirt-e64f2fab920fe8a08e97b790cb5d959f3566aea3.tar.gz
m4/virt-arg: Rename LIBVIRT_ARG_WITH* macros
LIBVIRT_ARG_WITH_ALT is more generic than LIBVIRT_ARG_WITH, which is tailored at switching features on and off. Rename the macros according to their intended purpose, and add some documentation to help developers pick between the two.
Diffstat (limited to 'm4/virt-driver-remote.m4')
-rw-r--r--m4/virt-driver-remote.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/virt-driver-remote.m4 b/m4/virt-driver-remote.m4
index 0b1f02e1a0..c7af5b3fc6 100644
--- a/m4/virt-driver-remote.m4
+++ b/m4/virt-driver-remote.m4
@@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>.
dnl
AC_DEFUN([LIBVIRT_DRIVER_ARG_REMOTE], [
- LIBVIRT_ARG_WITH([REMOTE], [remote driver], [yes])
+ LIBVIRT_ARG_WITH_FEATURE([REMOTE], [remote driver], [yes])
])
AC_DEFUN([LIBVIRT_DRIVER_CHECK_REMOTE], [