From e64f2fab920fe8a08e97b790cb5d959f3566aea3 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 22 Dec 2016 12:49:51 +0100 Subject: 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. --- m4/virt-driver-remote.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/virt-driver-remote.m4') 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 . 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], [ -- cgit v1.2.1