* some fixes for MacOS X by Conrad Parker

* Minor build fixes


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@312 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-11-23 13:00:53 +00:00
parent c827fca3b9
commit 29ec9d343b
5 changed files with 5 additions and 4 deletions

View file

@ -168,7 +168,7 @@ if test x$lynx = xyes ; then
AC_CHECK_PROG(have_lynx, lynx, yes, no)
if test x$have_lynx = xno ; then
AC_MSG_ERROR([*** Sorry, you have to install lynx or use --disable-lynx ***])
AC_MSG_WARN([*** lynx not found, plain text README will not be built ***])
fi
fi