-
Notifications
You must be signed in to change notification settings - Fork 11
Description
So when I try to compile with autogen, along with trying to run configure, I get the following:
checking for socklen_t... yes checking whether to enable userland conduits... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for BLUEZ... yes ./configure: line 18631: syntax error near unexpected token )' ./configure: line 18631: )'
Line 18631 contains a close parenthesis, so for the heck of it, I commented it out, to then get the following:
checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for BLUEZ... yes ./configure: line 19040: syntax error near unexpected token 'newline' ./configure: line 19040: '''
Before I start going edit crazy, is anyone else having this issue? Has anyone solved or fixed this?
Thanks!