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

configure.ac: fix autoconf-2.72 compatibility #64

Merged
merged 2 commits into from Dec 24, 2023

Conversation

trofi
Copy link
Contributor

@trofi trofi commented Dec 23, 2023

autoconf-2.72 slightly changed AS_IF/AC_CHECL_LIB definitions and exposed the bug of missng quoting around the arguments:

editline> ./configure: line 13944: syntax error near unexpected token `;;'
editline> ./configure: line 13944: ` ;;'

The change adds quoting as suggested by https://savannah.gnu.org/support/index.php?110990

`autoconf-2.72` slightly changed `AS_IF`/`AC_CHECL_LIB` definitions and
exposed the bug of missng quoting around the arguments:

    editline> ./configure: line 13944: syntax error near unexpected token `;;'
    editline> ./configure: line 13944: ` ;;'

The change adds quoting as suggested by https://savannah.gnu.org/support/index.php?110990
@troglobit troglobit merged commit 4255848 into troglobit:master Dec 24, 2023
@trofi trofi deleted the autoconf-2.72-fix branch December 24, 2023 08:53
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

Successfully merging this pull request may close these issues.

None yet

2 participants