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: don't undefine scoped variable #594

Merged
merged 2 commits into from
May 26, 2021
Merged

Conversation

willco007
Copy link
Member

To get this script to run with Autoconf 2.71 on macOS I had to remove the undefine of the backend for loop variable. It seems scoped to the for loop and also isn't referenced later in the script so it seems OK to remove it.

To get this script to run with Autoconf 2.71 on macOS I had to remove the undefine of the backend for loop variable. It seems scoped to the for loop and also isn't referenced later in the script so it seems OK to remove it.
@willco007
Copy link
Member Author

Tested with Autoconf 2.69 on Fedora as well, worked without issue.

Notes:
Remove cygwin specific Win32 CFLAGS and treat the build like a posix build

Credit:
Brian Inglis
@willco007 willco007 merged commit 35ac220 into master May 26, 2021
@willco007 willco007 deleted the willco007-undefine branch May 26, 2021 23:42
syncmage pushed a commit to sourcemage/grimoire that referenced this pull request Jul 20, 2021
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

1 participant