Mercurial > audlegacy
changeset 1722:77beb72fcf2b trunk
[svn] - oh oops
author | nenolod |
---|---|
date | Sat, 16 Sep 2006 18:46:42 -0700 |
parents | b6ea1314f15c |
children | aa856238e97d |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Sep 16 17:53:36 2006 -0700 +++ b/ChangeLog Sat Sep 16 18:46:42 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-17 00:53:36 +0000 William Pitcock <nenolod@nenolod.net> + revision [2379] + - remove reference in autoconf + + + Changes: Modified: + +0 -1 trunk/configure.ac + + 2006-09-17 00:51:46 +0000 William Pitcock <nenolod@nenolod.net> revision [2377] - do not generate a Makefile for libconsole
--- a/configure.ac Sat Sep 16 17:53:36 2006 -0700 +++ b/configure.ac Sat Sep 16 18:46:42 2006 -0700 @@ -655,6 +655,7 @@ if test "${ac_cv_header_sys_soundcard_h}" = "yes" || test "${ac_cv_header_machine_soundcard_h}" = "yes" || test "${ac_cv_header_soundcard_h}" = "yes"; then have_oss=yes + fi AC_MSG_CHECKING(whether we need -lossaudio) AC_TRY_LINK([ @@ -671,7 +672,6 @@ OSS_LIBS="-lossaudio" AC_MSG_RESULT(yes) ]) - fi fi if test "$have_oss" = "yes"; then