summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7d36267b7..5fff0260a 100755
--- a/configure
+++ b/configure
@@ -4410,7 +4410,7 @@ for tmp_fn in ${gmp_mpn_functions} ; do
for tmp_dir in $path ; do
if test -f $srcdir/mpn/${tmp_dir}/${tmp_fn}.asm ; then
gmp_links="$gmp_links mpn/${tmp_fn}.asm:mpn/${tmp_dir}/${tmp_fn}.asm"
- gmp_ep=`sed -n 's/^[ ]*PROLOGUE(\(.*\))/\1/p' $srcdir/mpn/${tmp_dir}/${tmp_fn}.asm`
+ gmp_ep=`sed -n 's/^[ ]*PROLOGUE.*(\(.*\))/\1/p' $srcdir/mpn/${tmp_dir}/${tmp_fn}.asm`
break
elif test -f $srcdir/mpn/${tmp_dir}/${tmp_fn}.S ; then
gmp_links="$gmp_links mpn/${tmp_fn}.S:mpn/${tmp_dir}/${tmp_fn}.S"