[Gmp-commit] /var/hg/gmp: Remove quotes around PIC_ALWAYS. Reported by Georg...
mercurial at gmplib.org
mercurial at gmplib.org
Tue Sep 14 17:05:55 UTC 2021
details: /var/hg/gmp/rev/09a7d62c4438
changeset: 18233:09a7d62c4438
user: Torbjorn Granlund <tg at gmplib.org>
date: Tue Sep 14 19:05:51 2021 +0200
description:
Remove quotes around PIC_ALWAYS. Reported by George Koehler.
* mpn/asm-defs.m4: Remove quotes around PIC_ALWAYS. Reported by
George Koehler.
diffstat:
mpn/asm-defs.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r bb77092e383c -r 09a7d62c4438 mpn/asm-defs.m4
--- a/mpn/asm-defs.m4 Sat Sep 04 23:45:40 2021 +0200
+++ b/mpn/asm-defs.m4 Tue Sep 14 19:05:51 2021 +0200
@@ -1051,7 +1051,7 @@
dnl systems which are always PIC. PIC_ALWAYS established in config.m4
dnl identifies these for us.
-ifelse(`PIC_ALWAYS',`yes',`define(`PIC')')
+ifelse(PIC_ALWAYS,`yes',`define(`PIC')')
dnl Various possible defines passed from the Makefile that are to be tested
More information about the gmp-commit
mailing list