]> git.mxchange.org Git - simgear.git/commitdiff
just small fixes
authorehofman <ehofman>
Thu, 24 Sep 2009 07:07:36 +0000 (07:07 +0000)
committerTim Moore <timoore@redhat.com>
Mon, 28 Sep 2009 21:40:06 +0000 (23:40 +0200)
configure.ac

index 716cd68a1603e90006f885e758deeda74a69c765..e82399f41fa3ba34730881dfd9924f8830ed0cff 100644 (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;
     }