[libvirt] [PATCH] configure: remove bogus LIBVIRT_GETTEXT macro reference

Daniel P. Berrangé posted 1 patch 5 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180503160636.29037-1-berrange@redhat.com
Test syntax-check passed
configure.ac | 2 --
1 file changed, 2 deletions(-)
[libvirt] [PATCH] configure: remove bogus LIBVIRT_GETTEXT macro reference
Posted by Daniel P. Berrangé 5 years, 11 months ago
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>
---

Pushed as trivial fix

 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 419a1aa2f5..cc005ea9e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -734,8 +734,6 @@ if test "$enable_test_locking" = "yes"; then
 fi
 AM_CONDITIONAL([WITH_CIL],[test "$enable_test_locking" = "yes"])
 
-LIBVIRT_GETTEXT
-
 dnl Cygwin, MinGW and MSVC checks
 LIBVIRT_WIN_CHECK_COMMON
 LIBVIRT_WIN_CHECK_CYGWIN
-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list