From: Christophe Mutricy Date: Mon, 24 May 2010 22:26:46 +0000 (+0100) Subject: Add a caution message X-Git-Tag: 1.2.0-pre1~6520 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=08d51eaa6e33e3c47c6d00de5fc8424a27955912;p=vlc Add a caution message --- diff --git a/configure.ac b/configure.ac index ba21694aa7..afc210765e 100644 --- a/configure.ac +++ b/configure.ac @@ -3647,6 +3647,10 @@ dnl PKG_ENABLE_MODULES_VLC([PULSE], [], [libpulse >= 0.9.11], [Pulseaudio support], [auto]) AS_IF([ test "$have_x" = yes],[ VLC_ADD_LIBS([pulse], [${X_LIBS} ${X_PRE_LIBS} -lX11]) + ],[ + AC_MSG_WARN([The pulse audio output module will be built without X + support. If you use VLC under X, you will experience + strange threading problems]) ]) dnl dnl Portaudio module