From: Guillem Jover Date: Fri, 9 Jun 2017 02:52:45 +0000 (+0200) Subject: build: Move configure.ac comment into actual AC_CASE X-Git-Tag: 0.8.4~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c253365d65c5cefeb78f20cf10b817c0f5dd910e;p=thirdparty%2Flibbsd.git build: Move configure.ac comment into actual AC_CASE --- diff --git a/configure.ac b/configure.ac index 5fc132c..e2686db 100644 --- a/configure.ac +++ b/configure.ac @@ -44,9 +44,9 @@ AC_SUBST([TESTU01_LIBS]) AM_CONDITIONAL([HAVE_LIBTESTU01], [test "x$ac_cv_lib_testu01_unif01_CreateExternGenBits" = "xyes"]) -# In old glibc versions (< 2.17) clock_gettime() is in librt. AS_CASE([$host_os], [*-gnu], [ + # In old glibc versions (< 2.17) clock_gettime() is in librt. saved_LIBS="$LIBS" AC_SEARCH_LIBS([clock_gettime], [rt], [CLOCK_GETTIME_LIBS="-lrt"]) AC_SUBST([CLOCK_GETTIME_LIBS])