]> git.sesse.net Git - vlc/commitdiff
configure: fix typo about xcb hotkeys
authorDaniel Mierswa <impulze@impulze.org>
Mon, 21 Feb 2011 19:23:21 +0000 (20:23 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 21 Feb 2011 19:28:18 +0000 (20:28 +0100)
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
configure.ac

index 6d996fc75194e527b326d52673f4445ac7936916..e58790840c4ab54afb2d9b8653c37106eb6cb167 100644 (file)
@@ -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"])