Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freebsd-10.1-RELEASE configure syntax error #1

Open
chrisbgit opened this issue Jan 8, 2015 · 0 comments
Open

freebsd-10.1-RELEASE configure syntax error #1

chrisbgit opened this issue Jan 8, 2015 · 0 comments

Comments

@chrisbgit
Copy link

I am getting this error on freebsd10.1-RELEASE when I run configure
after autoreconf on yubisql_pam commit
fdbdd89:

./configure: 12263: Syntax error: word unexpected (expecting ")")

The offending line is:

 PKG_CHECK_MODULES(OPENSSL, openssl)

I tried

 PKG_CHECK_MODULES(OPENSSL, "openssl")

and

PKG_CHECK_MODULES(OPENSSL)

but that did not work either.

Any ideas? I was able to compile and install (after your changes) on
10.1-RC2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant