diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-27 16:12:48 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:17 -0500 |
commit | 6881964cfabb364924d6bb7281782930a79dcf4a (patch) | |
tree | ac89d5cfc918ee7e5223266535ac1c96f8265154 /configure | |
parent | 7aac6cb17b7320faf0483f39f20dc52adc379957 (diff) |
make oss use OSS_LIBS
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1639,7 +1639,7 @@ for drv in $audio_drv_list; do echo "FMOD_LIBS=$fmod_lib" >> $config_host_mak echo "FMOD_CFLAGS=-I$fmod_inc" >> $config_host_mak elif test "$drv" = "oss"; then - echo "CONFIG_OSS_LIB=$oss_lib" >> $config_host_mak + echo "OSS_LIBS=$oss_lib" >> $config_host_mak fi done echo "" >>$config_host_h |