]> git.ipfire.org Git - thirdparty/libvirt.git/commit
configure: remove bogus LIBVIRT_GETTEXT macro reference
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 3 May 2018 16:04:41 +0000 (17:04 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 3 May 2018 16:06:19 +0000 (17:06 +0100)
commitb71ce433bc03c349f044789adf686db52189aaf3
tree8b2170800a98b472bd48ef547d5dcb0f4f31e3c3
parent23ed8eb21d553b011f832b0b2f18d214d6cd7a7c
configure: remove bogus LIBVIRT_GETTEXT macro reference

The LIBVIRT_GETTEXT macro was an artifact of patch development and
was later renamed to LIBVIRT_CHECK_NLS. This cruft causes configure
to print out

./configure: line 75084: LIBVIRT_GETTEXT: command not found

but fortunately this is non-fatal

Reported-by: Martin Kletzander <mkletzan@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
configure.ac