]> xenbits.xensource.com Git - libvirt.git/commitdiff
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)
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

index 419a1aa2f51f01413ee179c0fe804c41a4a70a2b..cc005ea9e837facccfe578fa64640444ad5bf933 100644 (file)
@@ -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