From: frohlich Date: Mon, 30 Oct 2006 19:56:09 +0000 (+0000) Subject: Modified Files: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=27470fc504d51308e5c9a5b961b7e32b5b53cf27;p=simgear.git Modified Files: configure.ac: Add a configure flag for osg --- diff --git a/configure.ac b/configure.ac index fcc326d7..1c020f19 100644 --- a/configure.ac +++ b/configure.ac @@ -119,6 +119,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* | *-*-cygwin* | *-*-mingw32*)