changeset 9876:5e5e2d4dcdbe

Added #include <X11/XF86keysym.h> to the XF86VM test, because "libvo/x11_common.c" requires that that #include file exist in order for the XF86VM-specific code to compile.
author rsf
date Mon, 07 Apr 2003 21:08:56 +0000
parents 6f36703cdd2a
children 55a284809828
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Apr 07 20:55:32 2003 +0000
+++ b/configure	Mon Apr 07 21:08:56 2003 +0000
@@ -2690,6 +2690,7 @@
   cat > $TMPC <<EOF
 #include <X11/Xlib.h>
 #include <X11/extensions/xf86vmode.h>
+#include <X11/XF86keysym.h>
 int main(void) { (void) XF86VidModeQueryExtension(0, 0, 0); return 0; }
 EOF
   _vm=no