[xserver-commit] xserver configure.ac,3.48,3.49

Harold L Hunt II xserver-commit@pdx.freedesktop.org
Mon, 12 Jan 2004 18:52:18 -0800


Committed by: harold

Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv19878

Modified Files:
	configure.ac 
Log Message:
We need AC_PROG_LEX and AC_PROG_YACC when --enable-xwinserver is passed.

Index: configure.ac
===================================================================
RCS file: /cvs/xserver/xserver/configure.ac,v
retrieving revision 3.48
retrieving revision 3.49
diff -u -d -r3.48 -r3.49
--- configure.ac	13 Jan 2004 01:43:37 -0000	3.48
+++ configure.ac	13 Jan 2004 02:52:16 -0000	3.49
@@ -338,6 +338,8 @@
 XWIN_INCS=
 if test "$XWINSERVER" = yes; then
 	PKG_CHECK_MODULES(XWINSERVER, $XWIN_REQUIRED_MODULES)
+	AC_PROG_YACC
+	AC_PROG_LEX
 	XWIN_LIB='$(top_builddir)/hw/xwin/libxwin.a'
 	XWIN_INC='-I$(top_srcdir)/hw/xwin'
 	XWIN_LIBS="$DIX_LIB $OS_LIB $XWIN_LIB \