patch-configure_ac 689 B

12345678910111213141516171819
  1. --- alsa-lib-1.0.28.orig/configure.ac 2014-06-17 14:34:19.000000000 +0200
  2. +++ alsa-lib-1.0.28/configure.ac 2014-08-19 21:19:11.000000000 +0200
  3. @@ -72,16 +72,6 @@ AC_SUBST(LIBTOOL_VERSION_INFO)
  4. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  5. -dnl Do not build static and shared libraries together
  6. -if test "$enable_static" = "$enable_shared" -a "$enable_static" = "yes"; then
  7. -cat <<EOF
  8. - Please, do not try to compile static and shared libraries together.
  9. - See INSTALL file for more details (do not use --enable-shared=yes with
  10. - --enable-static=yes).
  11. -EOF
  12. - exit 1
  13. -fi
  14. -
  15. dnl ALSA configuration directory
  16. AC_ARG_WITH(configdir,
  17. AS_HELP_STRING([--with-configdir=dir],