From: ehofman Date: Tue, 9 Feb 2010 09:28:40 +0000 (+0000) Subject: smnall update for MacOS without framework support X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb370a304d9bc2cb9b48fb69f65e3eb484cd2542;p=simgear.git smnall update for MacOS without framework support --- diff --git a/configure.ac b/configure.ac index 7bebd560..75b95987 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ;;