From: ehofman Date: Thu, 24 Sep 2009 07:07:36 +0000 (+0000) Subject: just small fixes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b784bebaa927d92cc266933b145d25794a36c452;p=simgear.git just small fixes --- diff --git a/configure.ac b/configure.ac index 716cd68a..e82399f4 100644 --- a/configure.ac +++ b/configure.ac @@ -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; }