]> git.mxchange.org Git - simgear.git/commitdiff
smnall update for MacOS without framework support
authorehofman <ehofman>
Tue, 9 Feb 2010 09:28:40 +0000 (09:28 +0000)
committerTim Moore <timoore33@gmail.com>
Wed, 10 Feb 2010 13:55:57 +0000 (14:55 +0100)
configure.ac

index 7bebd560b77bf7def9a4b53519b4a04eac290214..75b959871424bbc0d28dd4b2e574c8cbe3bb4b44 100644 (file)
@@ -496,6 +496,7 @@ case "${host}" in
         dnl This is needed when osg dynamic libs are specified 
         dnl instead of OSG frameworks on Mac OS X
         dnl
+        AC_CHECK_LIB(OpenThreads,OpenThreadsGetVersion)
         LDFLAGS="$LDFLAGS -L$with_osg"
     fi
     ;;