There are brackets in configure.ac, but not in the configure that autogen builds.
> -----Original Message----- > From: Mike Hommey [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 21, 2008 1:57 PM > To: Dozier, Bill > Cc: [email protected] > Subject: Re: [webkit-dev] autotools build q > > On Thu, Feb 21, 2008 at 01:48:13PM -0800, Dozier, Bill wrote: > > Hi, > > > > I can build the GTK+ port with the build-webkit script, but I've been > periodically trying the autotools way (since that will be the future > supported route). Right now, it fails for me on: > > > > checking for Hildon UI extensions... no > > ./configure: line 22777: syntax error near unexpected token `HILDON,' > > ./configure: line 22777: ` PKG_CHECK_MODULES(HILDON, hildon-1)' > > It should be better with brackets around HILDON, i.e. [HILDON]. > > Mike _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

