From: Jean-Baptiste Kempf Date: Sun, 5 Sep 2010 16:17:35 +0000 (+0200) Subject: Configure: warn is panoramix is disabled X-Git-Tag: 1.2.0-pre1~5317 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3019d6dea9e3b091e4e362a381cb353b09011422;p=vlc Configure: warn is panoramix is disabled --- diff --git a/configure.ac b/configure.ac index e25c92aaf2..1567851d94 100644 --- a/configure.ac +++ b/configure.ac @@ -3202,7 +3202,9 @@ AS_IF([test "${enable_xcb}" != "no"], [ VLC_ADD_PLUGIN([panoramix]) VLC_ADD_LIBS([panoramix],[${XCB_RANDR_LIBS} ${XCB_LIBS}]) VLC_ADD_CFLAGS([panoramix],[${XCB_RANDR_CFLAGS} ${XCB_CFLAGS}]) - ], [true]) + ], [ + AC_MSG_WARN([libxcb-randr not found. Panoramix filter will not be supported.]) + ]) dnl xcb-utils PKG_CHECK_MODULES(XCB_KEYSYMS, [xcb-keysyms >= 0.3.4], [