mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
Duh. Fix last change.
This commit is contained in:
@@ -17,8 +17,8 @@ AC_DEFUN([gl_CLOCK_TIME],
|
|||||||
# library, inducing unnecessary run-time overhead.
|
# library, inducing unnecessary run-time overhead.
|
||||||
fetish_saved_libs=$LIBS
|
fetish_saved_libs=$LIBS
|
||||||
AC_SEARCH_LIBS(clock_gettime, [rt posix4],
|
AC_SEARCH_LIBS(clock_gettime, [rt posix4],
|
||||||
[LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime
|
[test "$ac_cv_search_clock_gettime" = "none required" ||
|
||||||
test -z "$LIB_CLOCK_GETTIME" && LIB_CLOCK_GETTIME=])
|
LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime])
|
||||||
AC_SUBST(LIB_CLOCK_GETTIME)
|
AC_SUBST(LIB_CLOCK_GETTIME)
|
||||||
AC_CHECK_FUNCS(clock_gettime clock_settime)
|
AC_CHECK_FUNCS(clock_gettime clock_settime)
|
||||||
LIBS=$fetish_saved_libs
|
LIBS=$fetish_saved_libs
|
||||||
|
|||||||
Reference in New Issue
Block a user