patch-configure_ac 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. --- pulseaudio-7.1.orig/configure.ac 2015-10-30 13:22:13.000000000 +0100
  2. +++ pulseaudio-7.1/configure.ac 2015-11-01 18:51:35.000000000 +0100
  3. @@ -99,25 +99,8 @@ PKG_PROG_PKG_CONFIG
  4. # gettext
  5. -if test "x$enable_nls" != "xno"; then
  6. -IT_PROG_INTLTOOL([0.35.0])
  7. -
  8. -AM_GNU_GETTEXT_VERSION([0.18.1])
  9. -AM_GNU_GETTEXT([external])
  10. -
  11. -GETTEXT_PACKAGE=pulseaudio
  12. -AC_SUBST([GETTEXT_PACKAGE])
  13. -AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
  14. -
  15. -pulselocaledir='${prefix}/${DATADIRNAME}/locale'
  16. -AX_DEFINE_DIR(PULSE_LOCALEDIR, pulselocaledir, [Gettext locale dir])
  17. -else
  18. -# workaround till an intltool m4 bug is fixed upstream
  19. -# (https://bugs.launchpad.net/intltool/+bug/904647)
  20. USE_NLS=no
  21. AC_SUBST(USE_NLS)
  22. -fi
  23. -
  24. #### Determine host OS ####
  25. @@ -407,7 +390,7 @@ AC_HEADER_STDC
  26. # POSIX
  27. AC_CHECK_HEADERS_ONCE([arpa/inet.h glob.h grp.h netdb.h netinet/in.h \
  28. netinet/in_systm.h netinet/tcp.h poll.h pwd.h sched.h \
  29. - sys/mman.h sys/select.h sys/socket.h sys/wait.h \
  30. + sys/mman.h sys/select.h sys/socket.h sys/wait.h sys/user.h xlocale.h \
  31. sys/uio.h syslog.h sys/dl.h dlfcn.h linux/sockios.h])
  32. AC_CHECK_HEADERS([netinet/ip.h], [], [],
  33. [#include <sys/types.h>