From b6f3d925ca541d79fb458024514f0ec338e98d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Thu, 23 Jul 2009 23:30:54 +0000 Subject: [PATCH] configure: some small simplifications Originally committed as revision 19503 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b75e1361bf..f3ff0cb389 100755 --- a/configure +++ b/configure @@ -2260,7 +2260,7 @@ if enabled network; then fi fi -enabled network && enabled ipv6 && check_ld < #include #include @@ -2292,7 +2292,7 @@ check_header dev/ic/bt8xx.h check_header sys/soundcard.h check_header soundcard.h -enabled alsa_indev || enabled alsa_outdev && check_lib2 alsa/asoundlib.h snd_pcm_htimestamp -lasound +enabled_any alsa_indev alsa_outdev && check_lib2 alsa/asoundlib.h snd_pcm_htimestamp -lasound enabled jack_indev && check_lib2 jack/jack.h jack_client_open -ljack