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