From: Bart Van Assche Date: Tue, 29 Jul 2008 17:54:49 +0000 (+0000) Subject: Un-break configure test for clock_gettime(). X-Git-Tag: svn/VALGRIND_3_4_0~295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1573129126763e6cdcf0c0ab7b42e7a2ede49763;p=thirdparty%2Fvalgrind.git Un-break configure test for clock_gettime(). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8477 --- diff --git a/configure.in b/configure.in index a6827a90e1..0916e02c80 100644 --- a/configure.in +++ b/configure.in @@ -1275,11 +1275,6 @@ AC_TYPE_SIGNAL AC_CHECK_LIB([rt], [clock_gettime]) AC_CHECK_LIB([QtCore], [_ZN6QMutex4lockEv]) # QMutex::lock() -# AC_CHECK_LIB adds any library found to the variable LIBS, and links these -# libraries with any shared object and/or executable. This is NOT what we -# want for e.g. vgpreload_core-x86-linux.so -LIBS="" - AC_CHECK_FUNCS([ \ clock_gettime\ epoll_create \ @@ -1303,6 +1298,10 @@ AC_CHECK_FUNCS([ \ utimensat \ ]) +# AC_CHECK_LIB adds any library found to the variable LIBS, and links these +# libraries with any shared object and/or executable. This is NOT what we +# want for e.g. vgpreload_core-x86-linux.so +LIBS="" # Do we have a useable MPI setup on the primary and/or secondary targets? # On Linux, by default, assumes mpicc and -m32/-m64