Skip to content
Snippets Groups Projects
Commit 4cd27d0a authored by Niklas Hambüchen's avatar Niklas Hambüchen Committed by Ben Gamari
Browse files

configure: Clarify that `--with-gmp-libraries` has not effect for bindists

parent 10678945
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ GMP is linked: ...@@ -47,7 +47,7 @@ GMP is linked:
--with-gmp enable GMP backend --with-gmp enable GMP backend
--with-gmp-includes directory containing gmp.h --with-gmp-includes directory containing gmp.h
--with-gmp-libraries directory containing gmp library --with-gmp-libraries directory containing gmp library; ineffective for bindists
--with-intree-gmp force using the in-tree GMP --with-intree-gmp force using the in-tree GMP
--with-gmp-framework-preferred on OSX, prefer the GMP framework to the gmp lib --with-gmp-framework-preferred on OSX, prefer the GMP framework to the gmp lib
......
...@@ -25,7 +25,7 @@ AC_ARG_WITH([gmp-includes], ...@@ -25,7 +25,7 @@ AC_ARG_WITH([gmp-includes],
AC_ARG_WITH([gmp-libraries], AC_ARG_WITH([gmp-libraries],
[AS_HELP_STRING([--with-gmp-libraries], [AS_HELP_STRING([--with-gmp-libraries],
[directory containing gmp library])], [directory containing gmp library; ineffective for bindists])],
[GMP_LIB_DIRS=$withval; LDFLAGS="-L$withval"], [GMP_LIB_DIRS=$withval; LDFLAGS="-L$withval"],
[GMP_LIB_DIRS=]) [GMP_LIB_DIRS=])
......
...@@ -13,7 +13,7 @@ AC_DEFUN([FP_GMP], ...@@ -13,7 +13,7 @@ AC_DEFUN([FP_GMP],
AC_ARG_WITH([gmp-libraries], AC_ARG_WITH([gmp-libraries],
[AS_HELP_STRING([--with-gmp-libraries], [AS_HELP_STRING([--with-gmp-libraries],
[directory containing gmp library])], [directory containing gmp library; ineffective for bindists])],
[GMP_LIB_DIRS=$withval]) [GMP_LIB_DIRS=$withval])
AC_ARG_WITH([intree-gmp], AC_ARG_WITH([intree-gmp],
......
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