diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-04-16 02:21:48 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-04-16 02:21:48 +0200 |
commit | 014fd9085c1b0fe7553a71fb5b428a378cf1b7d7 (patch) | |
tree | ab9075211d628c573b9f052edada9c07d401e010 /macos | |
parent | 2f22ce6797509cc97125c15c79d758d8dd2b3e80 (diff) | |
download | gmp-014fd9085c1b0fe7553a71fb5b428a378cf1b7d7.tar.gz |
* macos/configure (%vars): Remove __GMP from substitutions, per change
to main configure.
Diffstat (limited to 'macos')
-rwxr-xr-x | macos/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macos/configure b/macos/configure index 7a430f3cb..0755f8c63 100755 --- a/macos/configure +++ b/macos/configure @@ -106,12 +106,12 @@ my %cfg_cw = # We only set the variables that have a value my %vars = ( - '__GMP_BITS_PER_MP_LIMB' => 32, - '__GMP_HAVE_HOST_CPU_FAMILY_power' => 0, - '__GMP_HAVE_HOST_CPU_FAMILY_powerpc' => 1, + 'BITS_PER_MP_LIMB' => 32, + 'HAVE_HOST_CPU_FAMILY_power' => 0, + 'HAVE_HOST_CPU_FAMILY_powerpc' => 1, 'GMP_NAIL_BITS' => 0, 'DEFN_LONG_LONG_LIMB' => '', - '__GMP_LIBGMP_DLL' => 0, + 'LIBGMP_DLL' => 0, ); my $make_in = 'Makefile.in'; |