diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-02 17:05:07 +0200 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-01-05 00:29:52 +0800 |
commit | bfba3394aed03311fe9a746d3141b2e16d8b9325 (patch) | |
tree | 1d8c59caeb1a7cad0a96443e98ac65cf2e06f68b /configure.ac | |
parent | Build: Only define HAVE_PROGRAM_INVOCATION_NAME if it is set to 1. (diff) | |
download | xz-bfba3394aed03311fe9a746d3141b2e16d8b9325.tar.xz |
Build: Fix config.h comments.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a16031b5..a595cd98 100644 --- a/configure.ac +++ b/configure.ac @@ -640,7 +640,7 @@ case $enable_threads in AC_CHECK_FUNCS([clock_gettime pthread_condattr_setclock]) AC_CHECK_DECL([CLOCK_MONOTONIC], [AC_DEFINE( [HAVE_CLOCK_MONOTONIC], [1], [Define to 1 if - CLOCK_MONOTONIC is declared in <time.h>])], [], + `CLOCK_MONOTONIC' is declared in <time.h>.])], [], [[#include <time.h>]]) CFLAGS=$OLD_CFLAGS ;; |