]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
test: fixing variable names for test suite inside configure.ac.
authorJulio Faracco <jcfaracco@gmail.com>
Sat, 20 May 2017 14:53:54 +0000 (11:53 -0300)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 22 May 2017 04:14:02 +0000 (06:14 +0200)
Both variables for gcov and oom have wrong names inside configure.ac.
For this reason, the Test Suite configuration is not showing the current
configuration.

Before patching:
configure:    windres: no
configure:
configure: Test suite
configure:
configure:          Coverage:
configure:         Alloc OOM:
configure:
configure: Miscellaneous

After patching (using --enable-test-coverage and --enable-test-oom):
configure:    windres: no
configure:
configure: Test suite
configure:
configure:          Coverage: yes
configure:         Alloc OOM: yes
configure:
configure: Miscellaneous

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
configure.ac

index 2e60513547318fe43ae907171da5a9ac1b533225..246f4e0778f0bb286c21f3f9abf4fd32fcbc3040 100644 (file)
@@ -1005,8 +1005,8 @@ LIBVIRT_WIN_RESULT_WINDRES
 AC_MSG_NOTICE([])
 AC_MSG_NOTICE([Test suite])
 AC_MSG_NOTICE([])
-AC_MSG_NOTICE([         Coverage: $enable_coverage])
-AC_MSG_NOTICE([        Alloc OOM: $enable_oom])
+AC_MSG_NOTICE([         Coverage: $enable_test_coverage])
+AC_MSG_NOTICE([        Alloc OOM: $enable_test_oom])
 AC_MSG_NOTICE([])
 AC_MSG_NOTICE([Miscellaneous])
 AC_MSG_NOTICE([])