Audio plugin host https://kx.studio/carla
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.

glib_skip-gettext.patch 873B

12345678910111213141516171819202122232425
  1. --- glib-2.22.4/configure.in 2010-01-07 01:19:11.000000000 +0100
  2. +++ glib-2.22.4.new/configure.in 2010-03-06 13:21:18.461943187 +0100
  3. @@ -465,13 +465,6 @@ ALL_LINGUAS="`grep -v '^#' "$srcdir/po/L
  4. AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
  5. GLIB_GNU_GETTEXT
  6. -if test "$gt_cv_have_gettext" != "yes" ; then
  7. - AC_MSG_ERROR([
  8. -*** You must have either have gettext support in your C library, or use the
  9. -*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
  10. -])
  11. -fi
  12. -
  13. LIBS="$INTLLIBS $LIBS"
  14. GETTEXT_PACKAGE=glib20
  15. @@ -2682,8 +2675,6 @@ dnl **************************
  16. dnl *** Checks for gtk-doc ***
  17. dnl **************************
  18. -GTK_DOC_CHECK([1.11])
  19. -
  20. AC_ARG_ENABLE(man,
  21. [AC_HELP_STRING([--enable-man],
  22. [regenerate man pages from Docbook [default=no]])],enable_man=yes,