diff configure @ 6450:07ffd7003dd8

wtf..10l to dunno..only use x11_common.c when x11 is detected
author atmos4
date Sun, 16 Jun 2002 14:03:54 +0000
parents 88938fa0c659
children 9df67606ef53
line wrap: on
line diff
--- a/configure	Sun Jun 16 13:59:23 2002 +0000
+++ b/configure	Sun Jun 16 14:03:54 2002 +0000
@@ -2087,7 +2087,7 @@
 fi
 if test "$_x11" = yes ; then
   _def_x11='#define HAVE_X11 1'
-  _vosrc="$_vosrc vo_x11.c"
+  _vosrc="$_vosrc x11_common.c vo_x11.c"
   _vomodules="x11 $_vomodules"
 else
   _def_x11='#undef HAVE_X11'