mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
configure portability fix
This commit is contained in:
parent
c78bbd0f8c
commit
98439847cf
@ -47,7 +47,7 @@ AC_ARG_WITH([gmp],
|
|||||||
[AS_HELP_STRING([--with-gmp=prefix],
|
[AS_HELP_STRING([--with-gmp=prefix],
|
||||||
[try this for a non-standard install prefix of the GMP library])],
|
[try this for a non-standard install prefix of the GMP library])],
|
||||||
[AM_CXXFLAGS="-I$with_gmp/include $AM_CXXFLAGS"]
|
[AM_CXXFLAGS="-I$with_gmp/include $AM_CXXFLAGS"]
|
||||||
[AM_LDFLAGS="-L$with_gmp/lib" $AM_LDFLAGS])
|
[AM_LDFLAGS="-L$with_gmp/lib $AM_LDFLAGS"])
|
||||||
AC_ARG_WITH([mpfr],
|
AC_ARG_WITH([mpfr],
|
||||||
[AS_HELP_STRING([--with-mpfr=prefix],
|
[AS_HELP_STRING([--with-mpfr=prefix],
|
||||||
[try this for a non-standard install prefix of the MPFR library])],
|
[try this for a non-standard install prefix of the MPFR library])],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user