]> git.mxchange.org Git - flightgear.git/blobdiff - configure.ac
Add 3dconvert to the MSVC solution
[flightgear.git] / configure.ac
index 6f828eac79f967abc190685879a9265c17e921cd..0afede1a48ed68220a57e6b9d6bc75ae836de932 100644 (file)
@@ -38,6 +38,14 @@ if test "x$with_plib" != "x" ; then
     EXTRA_DIRS="${EXTRA_DIRS} $with_plib"
 fi
 
+# specify the osg location
+AC_ARG_WITH(osg, [  --with-osg=PREFIX       Specify the prefix path to osg])
+
+if test "x$with_osg" != "x" ; then
+    echo "osg prefix is $with_osg"
+    EXTRA_DIRS="${EXTRA_DIRS} $with_osg"
+fi
+
 dnl Determine an extra directories to add to include/lib search paths
 case "${host}" in
 *-apple-darwin* | *-*-mingw32*)