[vlc-commits] configure: fix typo about xcb hotkeys

Daniel Mierswa git at videolan.org
Mon Feb 21 20:32:38 CET 2011


vlc | branch: master | Daniel Mierswa <impulze at impulze.org> | Mon Feb 21 20:23:21 2011 +0100| [e887722f24ef35f6e7bcdd289fff481ebd15fd4d] | committer: Jean-Baptiste Kempf

configure: fix typo about xcb hotkeys

Signed-off-by: Daniel Mierswa <impulze at impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e887722f24ef35f6e7bcdd289fff481ebd15fd4d
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6d996fc..e587908 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3209,7 +3209,7 @@ AS_IF([test "${enable_xcb}" != "no"], [
     VLC_ADD_LIBS([globalhotkeys], [${XCB_KEYSYMS_LIBS} ${XCB_LIBS}])
     VLC_ADD_CFLAGS([xcb_window], [-DHAVE_XCB_KEYSYMS])
   ], [
-    AC_MSG_WARN([libxcb-keysyms (0.3.4 or later) not found. Hotkeys will work.])
+    AC_MSG_WARN([libxcb-keysyms (0.3.4 or later) not found. Hotkeys will not work.])
   ])
 ])
 AM_CONDITIONAL([HAVE_XCB], [test "${have_xcb}" = "yes"])



More information about the vlc-commits mailing list