patch-configure_ac 828 B

1234567891011121314151617181920212223242526
  1. --- alsa-lib-1.0.29.orig/configure.ac 2015-02-26 13:34:52.000000000 +0100
  2. +++ alsa-lib-1.0.29/configure.ac 2016-11-20 18:20:58.456540169 +0100
  3. @@ -67,21 +67,13 @@ dnl Checks for library functions.
  4. AC_PROG_GCC_TRADITIONAL
  5. AC_CHECK_FUNCS([uselocale])
  6. +AC_CHECK_FUNC([fork])
  7. +
  8. SAVE_LIBRARY_VERSION
  9. AC_SUBST(LIBTOOL_VERSION_INFO)
  10. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  11. -dnl Do not build static and shared libraries together
  12. -if test "$enable_static" = "$enable_shared" -a "$enable_static" = "yes"; then
  13. -cat <<EOF
  14. - Please, do not try to compile static and shared libraries together.
  15. - See INSTALL file for more details (do not use --enable-shared=yes with
  16. - --enable-static=yes).
  17. -EOF
  18. - exit 1
  19. -fi
  20. -
  21. dnl ALSA configuration directory
  22. AC_ARG_WITH(configdir,
  23. AS_HELP_STRING([--with-configdir=dir],