aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 780317c..060acb7 100755
--- a/configure
+++ b/configure
@@ -416,6 +416,9 @@ fi
416 416
417if test $cover -eq 1; then 417if test $cover -eq 1; then
418 CFLAGS="${CFLAGS} -fprofile-arcs -ftest-coverage" 418 CFLAGS="${CFLAGS} -fprofile-arcs -ftest-coverage"
419 if test -n "$GCC_CLASSIC"; then
420 CC=$GCC_CLASSIC
421 fi
419fi 422fi
420 423
421echo >> configure.log 424echo >> configure.log