When running configure on the latest commit (ID: cbc7eec2e5df1686db7e301627f9772cf4e2e080) I ran into an error: [REDACTED…] checking whether to list both direct and indirect dependencies... no checking for Win32... no ./configure: line 13312: syntax error near unexpected token `fi' ./configure: line 13312: ` fi' To fix it, I simply removed the ] character at the end of line number 13311. I removed it because it was the only character before the problematic 'fi' that didn't have a matching pair that I could see. It seems to work just fine now after removing it. I've attached the entire output from running configure when I got the error. Mac OS X 10.7.2 Build 11C26 (Developer build)
I somehow lost the attachment I was going to add, but there wasn't anything important in the beginning of the ./configuration output anyway.
Created attachment 50696 [details] [review] fix-configure-syntax-errors.patch It's trying to tell that pkg-config is missing.
Thanks for the patch, but it looks like this got fixed a while back in commit b93f7958. Let us know if there are still issues.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.