summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-23 13:00:53 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-23 13:00:53 +0000
commit29ec9d343b3163c03d491170a2182366e26b3408 (patch)
treea30f0530416f5e12895a471bda902fdec9dc4a2b /configure.ac
parentc827fca3b9ad589c970c08d792d62e283a8a7852 (diff)
* 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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 47f965e0..4db6b5b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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