Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Conversation

@aliparsai
Copy link

using LDFLAGS leads to conftest.c being put after -lallium. This leads to linker not being able to find references. Using LIBS, the resulting configure file will put conftest.c before -lallium, and the configure script works fine.

adapted from here: https://lists.gnu.org/archive/html/automake/2005-10/msg00081.html

This would solve some false instances of "configure: error: liballium headers or library missing."

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant