mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
m4/virt-lib: use correct format of package name for AC_ARG_* macros
Introduced by commit25034b3c40
and reused by commit4519e94b74
. This patch silences warning printed by configure: configure: WARNING: unrecognized options: --with-qemu-user Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
83390dac2f
commit
513824a8be
@ -414,7 +414,7 @@ AC_DEFUN([LIBVIRT_ARG_WITH], [
|
||||
m4_pushdef([version_text], m4_ifnblank(min_version, [[ (>= ]]min_version[[)]]))
|
||||
|
||||
m4_divert_text([DEFAULTS], [with_var][[=]][default_action])
|
||||
AC_ARG_WITH([check_name_dash],
|
||||
AC_ARG_WITH([check_name_lc],
|
||||
[AS_HELP_STRING([[--]arg_var],
|
||||
[with ]]m4_dquote(help_name)m4_dquote(version_text)[[ support @<:@default=]]m4_dquote(default_action)[[@:>@])])
|
||||
|
||||
@ -456,7 +456,7 @@ AC_DEFUN([LIBVIRT_ARG_WITH_ALT], [
|
||||
m4_pushdef([with_var], [with_]check_name_lc)
|
||||
|
||||
m4_divert_text([DEFAULTS], [with_var][[=]][default_action])
|
||||
AC_ARG_WITH([check_name_dash],
|
||||
AC_ARG_WITH([check_name_lc],
|
||||
[AS_HELP_STRING([[--]arg_var],
|
||||
]m4_dquote(help_desc)[[ @<:@default=]]m4_dquote(default_action)[[@:>@])])
|
||||
|
||||
@ -494,7 +494,7 @@ AC_DEFUN([LIBVIRT_ARG_ENABLE], [
|
||||
m4_pushdef([enable_var], [enable_]check_name_lc)
|
||||
|
||||
m4_divert_text([DEFAULTS], [enable_var][[=]][default_action])
|
||||
AC_ARG_ENABLE([check_name_dash],
|
||||
AC_ARG_ENABLE([check_name_lc],
|
||||
[AS_HELP_STRING([[--]arg_var],
|
||||
]m4_dquote(help_desc)[[ @<:@default=]]m4_dquote(default_action)[[@:>@])])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user