aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure b/configure
index 545664a..bf3d49c 100755
--- a/configure
+++ b/configure
@@ -179,7 +179,6 @@ else
179fi 179fi
180 180
181cflags=${CFLAGS-"-O3"} 181cflags=${CFLAGS-"-O3"}
182# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
183case "$cc" in 182case "$cc" in
184 *gcc*) gcc=1 ;; 183 *gcc*) gcc=1 ;;
185 *clang*) gcc=1 ;; 184 *clang*) gcc=1 ;;
@@ -453,20 +452,6 @@ else
453 TEST="all teststatic testshared" 452 TEST="all teststatic testshared"
454fi 453fi
455 454
456# check for underscores in external names for use by assembler code
457CPP=${CPP-"$CC -E"}
458case $CFLAGS in
459 *ASMV*)
460 echo >> configure.log
461 show "$NM $test.o | grep _hello"
462 if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then
463 CPP="$CPP -DNO_UNDERLINE"
464 echo Checking for underline in external names... No. | tee -a configure.log
465 else
466 echo Checking for underline in external names... Yes. | tee -a configure.log
467 fi ;;
468esac
469
470echo >> configure.log 455echo >> configure.log
471 456
472# check for size_t 457# check for size_t