You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
492 B

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