From aaa2cab12452445faa160d2b2a2ccdee85a93011 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <i-bird@localhost.localdomain> Date: Fri, 25 Mar 2016 18:50:28 +0100 Subject: [PATCH] Fixing with RT library --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index 582fb61e..03069f41 100755 --- a/configure.ac +++ b/configure.ac @@ -268,12 +268,6 @@ AX_SUITESPARSE([],[echo "suitesparse not found" AX_EIGEN([],[echo "eigen not found" exit 206]) -##### Checking for rt - -AC_CHECK_LIB(rt, clock_gettime, [AC_DEFINE([HAVE_CLOCK_GETTIME],[],[Have clock time]) - OPT_LIBS="$OPT_LIBS -lrt" - ]) - ###### Checking for compiler flags -fext-numeric-literals my_save_cflags="$CFLAGS" -- GitLab