Skip to content
Snippets Groups Projects
Commit 48f011c6 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Fix the case of HaveFrameworkGMP values

parent ae757a79
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,8 @@ case $target_os in
save_libs="$LIBS"
LIBS="-framework GMP"
AC_TRY_LINK_FUNC(__gmpz_fdiv_qr,
[HaveFrameworkGMP=yes; GMP_FRAMEWORK=GMP; GMP_LIBS=],
[HaveFrameworkGMP=no])
[HaveFrameworkGMP=YES; GMP_FRAMEWORK=GMP; GMP_LIBS=],
[HaveFrameworkGMP=NO])
LIBS="$save_libs"
AC_MSG_RESULT([$HaveFrameworkGMP])
;;
......
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