patch-configure_ac 526 B

123456789101112
  1. --- systemd-208.orig/configure.ac 2013-10-02 01:54:26.000000000 +0200
  2. +++ systemd-208/configure.ac 2013-12-13 16:37:55.000000000 +0100
  3. @@ -47,9 +47,6 @@ LT_INIT([disable-static])
  4. AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by systemd])])
  5. AS_IF([test "x$enable_largefile" = "xno"], [AC_MSG_ERROR([--disable-largefile is not supported by systemd])])
  6. -# i18n stuff for the PolicyKit policy files
  7. -IT_PROG_INTLTOOL([0.40.0])
  8. -
  9. GETTEXT_PACKAGE=systemd
  10. AC_SUBST(GETTEXT_PACKAGE)