just small fixes

This commit is contained in:
ehofman
2009-09-24 07:07:36 +00:00
committed by Tim Moore
parent 3456434e37
commit b784bebaa9

View File

@@ -215,6 +215,7 @@ LIBS=""
dnl check for some default libraries
AC_SEARCH_LIBS(cos, m)
AC_SEARCH_LIBS(clock_gettime, rt)
base_LIBS="$LIBS"
@@ -429,8 +430,6 @@ AC_TRY_RUN([
#define MIN_PLIB_VERSION 185
int main() {
int major, minor, micro;
if ( PLIB_VERSION < MIN_PLIB_VERSION ) {
return -1;
}