OSDN Git Service

Allow build without libdl and libpthread
authorTakashi Iwai <tiwai@suse.de>
Wed, 21 Mar 2007 23:48:18 +0000 (00:48 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 21 Mar 2007 23:48:18 +0000 (00:48 +0100)
commit70e4ec9d08ca7c162dce873d82b5610c700cf707
treefa2bd727ca4f527443f56c134264716b648e980c
parent9a75eec6645c7034542f571e63cc5824a5d3e1cd
Allow build without libdl and libpthread

Allow building alsa-lib without libdl and libpthread.
Added new options to configure, --with-libdl and --with-pthread.
21 files changed:
Makefile.am
configure.in
include/local.h
src/Makefile.am
src/async.c
src/conf.c
src/confmisc.c
src/control/control.c
src/control/hcontrol.c
src/dlmisc.c
src/hwdep/hwdep.c
src/mixer/simple_abst.c
src/pcm/pcm.c
src/pcm/pcm_hooks.c
src/pcm/pcm_ladspa.c
src/pcm/pcm_rate.c
src/rawmidi/rawmidi.c
src/seq/seq.c
src/timer/timer.c
src/timer/timer_query.c
utils/alsa.pc.in