common/autoconf/generated-configure.sh

changeset 961
fd6b64f87155
parent 926
53d74b77ee53
child 980
d6db2aec371e
child 1024
f0abd4607ac4
equal deleted inserted replaced
960:276fbda5cfbe 961:fd6b64f87155
3863 # definitions. It is replaced with custom functionality when building 3863 # definitions. It is replaced with custom functionality when building
3864 # custom sources. 3864 # custom sources.
3865 #CUSTOM_AUTOCONF_INCLUDE 3865 #CUSTOM_AUTOCONF_INCLUDE
3866 3866
3867 # Do not change or remove the following line, it is needed for consistency checks: 3867 # Do not change or remove the following line, it is needed for consistency checks:
3868 DATE_WHEN_GENERATED=1389186094 3868 DATE_WHEN_GENERATED=1394787296
3869 3869
3870 ############################################################################### 3870 ###############################################################################
3871 # 3871 #
3872 # Initialization / Boot-strapping 3872 # Initialization / Boot-strapping
3873 # 3873 #
34369 if test "x${with_alsa}" = xno || test "x${with_alsa_include}" = xno || test "x${with_alsa_lib}" = xno; then 34369 if test "x${with_alsa}" = xno || test "x${with_alsa_include}" = xno || test "x${with_alsa_lib}" = xno; then
34370 as_fn_error $? "It is not possible to disable the use of alsa. Remove the --without-alsa option." "$LINENO" 5 34370 as_fn_error $? "It is not possible to disable the use of alsa. Remove the --without-alsa option." "$LINENO" 5
34371 fi 34371 fi
34372 34372
34373 if test "x${with_alsa}" != x; then 34373 if test "x${with_alsa}" != x; then
34374 ALSA_LIBS="-L${with_alsa}/lib -lalsa" 34374 ALSA_LIBS="-L${with_alsa}/lib -lasound"
34375 ALSA_CFLAGS="-I${with_alsa}/include" 34375 ALSA_CFLAGS="-I${with_alsa}/include"
34376 ALSA_FOUND=yes 34376 ALSA_FOUND=yes
34377 fi 34377 fi
34378 if test "x${with_alsa_include}" != x; then 34378 if test "x${with_alsa_include}" != x; then
34379 ALSA_CFLAGS="-I${with_alsa_include}" 34379 ALSA_CFLAGS="-I${with_alsa_include}"
34380 ALSA_FOUND=yes 34380 ALSA_FOUND=yes
34381 fi 34381 fi
34382 if test "x${with_alsa_lib}" != x; then 34382 if test "x${with_alsa_lib}" != x; then
34383 ALSA_LIBS="-L${with_alsa_lib} -lalsa" 34383 ALSA_LIBS="-L${with_alsa_lib} -lasound"
34384 ALSA_FOUND=yes 34384 ALSA_FOUND=yes
34385 fi 34385 fi
34386 if test "x$ALSA_FOUND" = xno; then 34386 if test "x$ALSA_FOUND" = xno; then
34387 34387
34388 34388

mercurial