diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-04-16 11:47:55 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-04-16 11:47:55 +0200 |
commit | 6e61c304f382cf1fe31352ef3c80b261c0712b30 (patch) | |
tree | 049896ad7b1883ca23c68291e9521d0e25be9df8 /m4 | |
parent | dc1016e6cdaf1a1761746b095427b367b19c6f00 (diff) | |
download | remote-logon-service-6e61c304f382cf1fe31352ef3c80b261c0712b30.tar.gz remote-logon-service-6e61c304f382cf1fe31352ef3c80b261c0712b30.tar.bz2 remote-logon-service-6e61c304f382cf1fe31352ef3c80b261c0712b30.zip |
White-space clean-up at EOLs.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gcov.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # * lcov # * genhtml # * gcovr -# +# # Sets ac_cv_check_gcov to yes if tooling is present # and reports the executables to the variables LCOV, GCOVR and GENHTML. AC_DEFUN([AC_TDD_GCOV], @@ -71,7 +71,7 @@ AC_DEFUN([AC_TDD_GCOV], # Add the special gcc flags COVERAGE_CFLAGS="-O0 -fprofile-arcs -ftest-coverage" - COVERAGE_CXXFLAGS="-O0 -fprofile-arcs -ftest-coverage" + COVERAGE_CXXFLAGS="-O0 -fprofile-arcs -ftest-coverage" COVERAGE_LDFLAGS="-lgcov" # Check availability of gcovr |