diff --git a/configure.in b/configure.in index 1dbb6096..a47572b0 100644 --- a/configure.in +++ b/configure.in @@ -30,7 +30,7 @@ AC_ARG_WITH(efence, [ --with-efence Specify if we are building with " if test "x$with_efence" = "xyes" ; then echo "Building with efence" - LIBS= "$LIBS -lefence" + LIBS="$LIBS -lefence" fi diff --git a/src/BuildTiles/GenOutput/genobj.cxx b/src/BuildTiles/GenOutput/genobj.cxx index 6adfdda3..1325b128 100644 --- a/src/BuildTiles/GenOutput/genobj.cxx +++ b/src/BuildTiles/GenOutput/genobj.cxx @@ -34,6 +34,7 @@ #include #include +#include #include "genobj.hxx" @@ -157,16 +158,6 @@ int_list FGGenOutput::calc_tex_coords( FGConstruct& c, point_list geod_nodes, #endif -// This needs to get fixed! -static int isInUK( Point3D p ) { - cout << "Exited in isInUK() because the function was not defined!!!" - << endl; - cout << "TerraGear/src/Construct/GenOutput/genobj.cxx: line # 164?" - << endl; - exit(-1); -} - - // build the necessary output structures based on the triangulation // data int FGGenOutput::build( FGConstruct& c ) {