X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure;h=22f101bb488fcadb58f67dc3180b928aa78433cc;hp=b0aee32a7402adafdbc51b987d18a7b5f6c0399e;hb=a0b91dc27f0c411e343161b0a4b5459d15a43f85;hpb=def73dda3feef55f48cc205a763c06ba1ea70e78 diff --git a/configure b/configure index b0aee32a..22f101bb 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.620 . +# From configure.in Revision: 1.621 . # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.52.20150926. # @@ -6663,8 +6663,8 @@ EOF # compile source, make library if make -f conftest.mk 2>&5 >/dev/null then - # test for missing symbol - cf_missing=`nm -P conftest.so 2>&5 |fgrep _ismissing | egrep '[ ]T[ ]'` + # test for missing symbol in either Data or Text section + cf_missing=`nm -P conftest.so 2>&5 |fgrep _ismissing | egrep '[ ][DT][ ]'` test -n "$cf_missing" && WILDCARD_SYMS=yes fi echo "$as_me:6670: result: $WILDCARD_SYMS" >&5 @@ -7060,7 +7060,7 @@ else fi; echo "$as_me:7061: result: $with_fallback" >&5 echo "${ECHO_T}$with_fallback" >&6 -FALLBACK_LIST=`echo "$with_fallback" | sed -e 's/,/ /g'` +FALLBACK_LIST=`test "$with_fallback" != no && echo "$with_fallback" | sed -e 's/,/ /g'` echo "$as_me:7065: checking if you want modern xterm or antique" >&5 echo $ECHO_N "checking if you want modern xterm or antique... $ECHO_C" >&6