clock_gettime

This commit is contained in:
Enrico Weigelt, metux IT consult
2026-01-12 14:25:10 +01:00
parent 9e5ef5d1a6
commit 1f1a8e828e

View File

@@ -719,7 +719,7 @@ AC_ARG_ENABLE(valgrind,
[VG="no"]) [VG="no"])
LIBS="" LIBS=""
AC_SEARCH_LIBS(clock_gettime, rt, [CLOCK_GETTIME_LIBS=$LIBS]) dnl AC_SEARCH_LIBS(clock_gettime, rt, [CLOCK_GETTIME_LIBS=$LIBS])
AC_SUBST(CLOCK_GETTIME_LIBS) AC_SUBST(CLOCK_GETTIME_LIBS)
AM_CONDITIONAL(DEBUG, test "x$DEBUG" != "xno") AM_CONDITIONAL(DEBUG, test "x$DEBUG" != "xno")