mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Fix config.h comments.
This commit is contained in:
parent
507648ad11
commit
bfba3394ae
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
;;
|
||||
|
|
|
@ -23,6 +23,6 @@ AC_DEFUN_ONCE([TUKLIB_PROGNAME], [
|
|||
AC_REQUIRE([TUKLIB_COMMON])
|
||||
AC_CHECK_DECL([program_invocation_name], [AC_DEFINE(
|
||||
[HAVE_PROGRAM_INVOCATION_NAME], [1],
|
||||
[Define to 1 if PROGRAM_INVOCATION_NAME is declared in <errno.h>])],
|
||||
[Define to 1 if `program_invocation_name' is declared in <errno.h>.])],
|
||||
[], [#include <errno.h>])
|
||||
])dnl
|
||||
|
|
Loading…
Reference in a new issue