Skip to content
Snippets Groups Projects
Commit cf3fc02d authored by Simon Marlow's avatar Simon Marlow
Browse files

fix conditionals (prevents GMP always being built)

parent e7f98590
No related branches found
No related tags found
No related merge requests found
ifeq ($(HaveLibGmp),"")
ifeq "$(HaveLibGmp)" ""
HaveLibGmp = @HaveLibGmp@
endif
ifeq ($(HaveFrameworkGMP),"")
ifeq "$(HaveFrameworkGMP)" ""
HaveFrameworkGMP = @HaveFrameworkGMP@
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment