summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpn/asm-defs.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/asm-defs.m4 b/mpn/asm-defs.m4
index 7b7e53e41..1f2d9fe37 100644
--- a/mpn/asm-defs.m4
+++ b/mpn/asm-defs.m4
@@ -1051,7 +1051,7 @@ dnl Normally PIC is defined (or not) by libtool, but it doesn't set it on
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