added version 1.6.2 of fgrun, since 1.6.0 does not compile (missing libs from old simgear-version)

This commit is contained in:
Manuel Friedli 2013-10-21 14:02:35 +00:00
parent e910135a8d
commit 86f5bfc768
3 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,13 @@
--- configure.ac.old 2007-04-25 22:26:19.000000000 +0200
+++ configure.ac 2007-04-25 22:27:41.000000000 +0200
***************
*** 138,143 ****
--- 138,146 ----
FLUID="$with_fltk/bin/fluid"
CPPFLAGS="-I$with_fltk/include $CPPFLAGS"
EXTRA_DIRS="${EXTRA_DIRS} $with_fltk"
+ else
+ CPPFLAGS="$(fltk-config --cxxflags) $CPPFLAGS"
+ LIBS="$(fltk-config --use-gl --ldflags) $LIBS"
fi
AC_SUBST(FLUID)