100-no-gettext_configure.patch (492B)
1 diff --git a/configure.ac b/configure.ac 2 index cd3c680..3d3771b 100644 3 --- a/configure.ac 4 +++ b/configure.ac 5 @@ -32,9 +32,6 @@ AC_FUNC_GCC_VISIBILITY 6 AM_PROG_AR 7 LT_INIT 8 9 -AM_GNU_GETTEXT_VERSION([0.18.2]) 10 -AM_GNU_GETTEXT([external]) 11 - 12 AC_ARG_ENABLE([debug], 13 [AS_HELP_STRING([--enable-debug], [Enable extra debugging])]) 14 AS_IF([test "x$enable_debug" = "xyes"], 15 @@ -61,6 +58,5 @@ AC_CONFIG_COMMANDS([include/sys], 16 AC_CONFIG_FILES([ 17 libacl.pc 18 Makefile 19 - po/Makefile.in 20 ]) 21 AC_OUTPUT