diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-07 11:01:51 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-07 11:01:51 +0100 |
commit | ea05a6160c17460f8cdde00ac35f6023e47dd6a7 (patch) | |
tree | 7654383ad9548584a8e6b39782f1e13e8f527974 /m4/gcov.m4 | |
parent | 7099005f38ff72fa5de5f245eb15077d8708efd6 (diff) | |
download | libpam-freerdp2-ea05a6160c17460f8cdde00ac35f6023e47dd6a7.tar.gz libpam-freerdp2-ea05a6160c17460f8cdde00ac35f6023e47dd6a7.tar.bz2 libpam-freerdp2-ea05a6160c17460f8cdde00ac35f6023e47dd6a7.zip |
White-space clean-up.
Diffstat (limited to 'm4/gcov.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 |