patch-configure 593 B

1234567891011121314151617
  1. --- alsa-lib-1.0.27.2.orig/configure 2013-07-08 14:32:46.000000000 +0200
  2. +++ alsa-lib-1.0.27.2/configure 2013-09-16 17:03:08.000000000 +0200
  3. @@ -11942,14 +11942,6 @@ $as_echo "major $SND_LIB_MAJOR minor $SN
  4. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  5. -if test "$enable_static" = "$enable_shared" -a "$enable_static" = "yes"; then
  6. -cat <<EOF
  7. - Please, do not try to compile static and shared libraries together.
  8. - See INSTALL file for more details (do not use --enable-shared=yes with
  9. - --enable-static=yes).
  10. -EOF
  11. - exit 1
  12. -fi
  13. # Check whether --with-configdir was given.