From: Takashi Iwai Date: Fri, 16 Mar 2007 14:22:27 +0000 (+0100) Subject: Fix build with no PCM plugin X-Git-Tag: v1.0.14rc4~13 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0c03968e1367294b6975b3a25e124fe3e029812d;p=alsa-lib.git Fix build with no PCM plugin When pcm plugin is disabled, the static build fails because of lack of pcm_symbols_list.c. Fixed now. --- diff --git a/configure.in b/configure.in index e4e8d0b3..74ce2826 100644 --- a/configure.in +++ b/configure.in @@ -371,6 +371,7 @@ fi dnl Create PCM plugin symbol list for static library rm -f "$srcdir"/src/pcm/pcm_symbols_list.c +touch "$srcdir"/src/pcm/pcm_symbols_list.c for t in $PCM_PLUGIN_LIST; do if eval test \$build_pcm_$t = yes; then echo \&_snd_module_pcm_$t, >> "$srcdir"/src/pcm/pcm_symbols_list.c