X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;h=afed0a7997fe147440d4bad66197ab2c494289e7;hb=3b3b41a8819bcb9c10772057de03878188ae6f8f;hp=ec8cbac2a74b4643593f574bbbfcc98859627157;hpb=3af6411b482ed8db2243f3e11bb06cf3adba6936;p=paraslash.git diff --git a/configure.ac b/configure.ac index ec8cbac2..afed0a79 100644 --- a/configure.ac +++ b/configure.ac @@ -71,19 +71,6 @@ AC_PROG_CC AC_PROG_CPP executables="recv filter audioc write afh play" -################################################################## clock_gettime -clock_gettime_lib= -AC_CHECK_LIB([c], [clock_gettime], [clock_gettime_lib=c], [ - AC_CHECK_LIB([rt], [clock_gettime], [clock_gettime_lib=rt], [], []) -]) -if test -n "$clock_gettime_lib"; then - AC_DEFINE(HAVE_CLOCK_GETTIME, 1, [ - define to 1 if clock_gettime() is supported]) -fi -if test "$clock_gettime_lib" = "rt"; then - AC_SUBST(clock_gettime_ldflags, -lrt) -fi - ########################################################################### osl STASH_FLAGS LIB_ARG_WITH([osl], [-losl])