X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=38f795832a1c63489a196a64a34ff206f35bdf27;hb=590547e12d45750e5e36157d1bd56a0026d779ad;hp=037ef77fb92212c81afea3a627c75278ebca7656;hpb=a1e7761384ec5d243adbcc8ffd3702583acdf4bc;p=simgear.git diff --git a/configure.ac b/configure.ac index 037ef77f..38f79583 100644 --- a/configure.ac +++ b/configure.ac @@ -167,6 +167,8 @@ fi dnl check for OpenGL related libraries +AM_CONDITIONAL(EXTGL_NEEDED, test "x$ac_cv_header_windows_h" = "xyes") + if test "x$HOSTTYPE" = "xmacintosh" ; then dnl Macintosh OSX LIBS="$LIBS -framework OpenGL -framework GLUT" @@ -361,7 +363,6 @@ AC_CONFIG_FILES([ \ simgear/bucket/Makefile \ simgear/debug/Makefile \ simgear/ephemeris/Makefile \ - simgear/interpreter/Makefile \ simgear/io/Makefile \ simgear/magvar/Makefile \ simgear/math/Makefile \