diff options
Diffstat (limited to 'tests/mpfr_compat.c')
-rw-r--r-- | tests/mpfr_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpfr_compat.c b/tests/mpfr_compat.c index a8d264a9c..3491f3ccd 100644 --- a/tests/mpfr_compat.c +++ b/tests/mpfr_compat.c @@ -20,7 +20,7 @@ along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef WANT_MINI_GMP +#ifndef MPFR_USE_MINI_GMP #define MPFR #define mpf_free_str mpfr_free_str |