common/autoconf/generated-configure.sh

changeset 980
d6db2aec371e
parent 978
c5a60709f587
parent 961
fd6b64f87155
child 985
d904a8b799d4
child 1028
feeb67be5886
equal deleted inserted replaced
979:c2c3d9c01fc9 980:d6db2aec371e
3866 # definitions. It is replaced with custom functionality when building 3866 # definitions. It is replaced with custom functionality when building
3867 # custom sources. 3867 # custom sources.
3868 #CUSTOM_AUTOCONF_INCLUDE 3868 #CUSTOM_AUTOCONF_INCLUDE
3869 3869
3870 # Do not change or remove the following line, it is needed for consistency checks: 3870 # Do not change or remove the following line, it is needed for consistency checks:
3871 DATE_WHEN_GENERATED=1392869488 3871 DATE_WHEN_GENERATED=1395790635
3872 3872
3873 ############################################################################### 3873 ###############################################################################
3874 # 3874 #
3875 # Initialization / Boot-strapping 3875 # Initialization / Boot-strapping
3876 # 3876 #
34597 if test "x${with_alsa}" = xno || test "x${with_alsa_include}" = xno || test "x${with_alsa_lib}" = xno; then 34597 if test "x${with_alsa}" = xno || test "x${with_alsa_include}" = xno || test "x${with_alsa_lib}" = xno; then
34598 as_fn_error $? "It is not possible to disable the use of alsa. Remove the --without-alsa option." "$LINENO" 5 34598 as_fn_error $? "It is not possible to disable the use of alsa. Remove the --without-alsa option." "$LINENO" 5
34599 fi 34599 fi
34600 34600
34601 if test "x${with_alsa}" != x; then 34601 if test "x${with_alsa}" != x; then
34602 ALSA_LIBS="-L${with_alsa}/lib -lalsa" 34602 ALSA_LIBS="-L${with_alsa}/lib -lasound"
34603 ALSA_CFLAGS="-I${with_alsa}/include" 34603 ALSA_CFLAGS="-I${with_alsa}/include"
34604 ALSA_FOUND=yes 34604 ALSA_FOUND=yes
34605 fi 34605 fi
34606 if test "x${with_alsa_include}" != x; then 34606 if test "x${with_alsa_include}" != x; then
34607 ALSA_CFLAGS="-I${with_alsa_include}" 34607 ALSA_CFLAGS="-I${with_alsa_include}"
34608 ALSA_FOUND=yes 34608 ALSA_FOUND=yes
34609 fi 34609 fi
34610 if test "x${with_alsa_lib}" != x; then 34610 if test "x${with_alsa_lib}" != x; then
34611 ALSA_LIBS="-L${with_alsa_lib} -lalsa" 34611 ALSA_LIBS="-L${with_alsa_lib} -lasound"
34612 ALSA_FOUND=yes 34612 ALSA_FOUND=yes
34613 fi 34613 fi
34614 if test "x$ALSA_FOUND" = xno; then 34614 if test "x$ALSA_FOUND" = xno; then
34615 34615
34616 34616

mercurial