diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-23 17:37:25 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-09 10:59:23 +0000 |
commit | 370f79fd3d3df3511fe50f39491c2d15f653c48f (patch) | |
tree | 098583419e35f2c84839311851c3e55414c7a1d1 /configure.ac | |
parent | f3805e2166e2ab54cd9a6e8b7c536e6f20a61dff (diff) | |
download | libguestfs-370f79fd3d3df3511fe50f39491c2d15f653c48f.tar.gz libguestfs-370f79fd3d3df3511fe50f39491c2d15f653c48f.tar.xz libguestfs-370f79fd3d3df3511fe50f39491c2d15f653c48f.zip |
build: Remove AM_GNU_GETTEXT_VERSION macro.
See discussion on the mailing list:
https://www.redhat.com/archives/libguestfs/2010-December/thread.html#00032
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 04b1ab69..89b56186 100644 --- a/configure.ac +++ b/configure.ac @@ -381,7 +381,6 @@ AS_IF([test "x$with_readline" != xno], dnl For i18n. AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.17]) dnl libmagic (highly recommended) AC_CHECK_LIB([magic],[magic_file], |