syntax error near unexpected token `XDMCP,'

Keith Packard keithp@keithp.com
Fri, 12 Dec 2003 08:21:40 -0800


Around 23 o'clock on Dec 3, Conrado Brocco Tramontini wrote:

> ./configure: line 18594: syntax error near unexpected token `XDMCP,'
> ./configure: line 18594: `PKG_CHECK_MODULES(XDMCP, xproto)'

pkg-config inclues some autoconf macros, but if pkg-config and autoconf 
are installed in different prefixes, autoconf won't find the pkg-config 
macro file.

-keith