]> xenbits.xensource.com Git - libvirt.git/commit
configure: make --with-test-suite work
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 18 Dec 2013 06:59:19 +0000 (07:59 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 18 Dec 2013 13:13:25 +0000 (14:13 +0100)
commit56bad3293221e84c4a8cfb5dbc8a2aa33c04af84
treebeba52a67dc646cd00d2d1038fd98aaef1e45b21
parentdaf08f36b525dc9e0f8469ee29ea9ebfd3aa860e
configure: make --with-test-suite work

Our option '--with-test-suite' could have never worked since it was
defined as AC_ARG_ENABLE([with-test-suite], ...), thus working only as
'--enable-with-test-suite', but documented in configure.ac as
AC_HELP_STRING([--with-test-suite], ...).
In my opinion, the help string is as it should be, but the option is
wrong.

The option has been broken since the introduction in commit 3a2fc27.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
configure.ac