Skip to content

Commit

Permalink
Re-gen.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed May 28, 2020
1 parent e7b7c3e commit 3cc0a7e
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -12248,10 +12248,9 @@ fi

# Check whether --enable-coverage was given.
if test "${enable_coverage+set}" = set; then :
enableval=$enable_coverage;
$as_echo "#define ENABLE_COVERAGE /**/" >>confdefs.h

CFLAGS="${CFLAGS} --coverage"; LDFLAGS="${LDFLAGS} --coverage"; break]
enableval=$enable_coverage; ENABLE_COVERAGE=${enableval}
else
ENABLE_COVERAGE=no
fi


Expand Down Expand Up @@ -12279,6 +12278,16 @@ else
fi


if test "$ENABLE_COVERAGE" = 'yes'
then

$as_echo "#define ENABLE_COVERAGE 1" >>confdefs.h

CFLAGS="${CFLAGS} --coverage"
LDFLAGS="${LDFLAGS} --coverage"
fi


# Checks for libraries.

if test "$enable_systemd" = 'yes'
Expand Down Expand Up @@ -12356,7 +12365,6 @@ fi
$as_echo "#define HAVE_SYSTEMD_DAEMON 1" >>confdefs.h

fi

fi

# dlopen et al
Expand Down Expand Up @@ -14150,7 +14158,7 @@ else
fi


ac_config_files="$ac_config_files Makefile src/Makefile makeann/Makefile tests/Makefile extractaudio/Makefile libexecinfo/Makefile modules/Makefile modules/acct_csv/Makefile modules/acct_rtcp_hep/Makefile modules/catch_dtmf/Makefile pertools/Makefile pertools/udp_contention/Makefile libucl/Makefile python/sippy_lite/sippy/Time/clock_dtime.py doc/Makefile"
ac_config_files="$ac_config_files Makefile src/Makefile makeann/Makefile tests/Makefile extractaudio/Makefile libexecinfo/Makefile modules/Makefile modules/acct_csv/Makefile modules/acct_rtcp_hep/Makefile modules/catch_dtmf/Makefile modules/badmod/Makefile pertools/Makefile pertools/udp_contention/Makefile libucl/Makefile python/sippy_lite/sippy/Time/clock_dtime.py doc/Makefile"



Expand Down Expand Up @@ -15248,6 +15256,7 @@ do
"modules/acct_csv/Makefile") CONFIG_FILES="$CONFIG_FILES modules/acct_csv/Makefile" ;;
"modules/acct_rtcp_hep/Makefile") CONFIG_FILES="$CONFIG_FILES modules/acct_rtcp_hep/Makefile" ;;
"modules/catch_dtmf/Makefile") CONFIG_FILES="$CONFIG_FILES modules/catch_dtmf/Makefile" ;;
"modules/badmod/Makefile") CONFIG_FILES="$CONFIG_FILES modules/badmod/Makefile" ;;
"pertools/Makefile") CONFIG_FILES="$CONFIG_FILES pertools/Makefile" ;;
"pertools/udp_contention/Makefile") CONFIG_FILES="$CONFIG_FILES pertools/udp_contention/Makefile" ;;
"libucl/Makefile") CONFIG_FILES="$CONFIG_FILES libucl/Makefile" ;;
Expand Down

0 comments on commit 3cc0a7e

Please sign in to comment.