X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=d6326805fdee94fa630e9649132729b742a8817c;hb=9eb594ee1cd68e85dc97da20c17919df54079c3f;hp=18cafa863e8d7464c4dbead2232555ad42d3b9e1;hpb=44745b9320ac588d31c8e9bcdd29ef1f1ba0caac;p=supertux.git diff --git a/configure.ac b/configure.ac index 18cafa863..d6326805f 100644 --- a/configure.ac +++ b/configure.ac @@ -112,7 +112,9 @@ NP_FINDLIB([SDLIMAGE], [SDL_image], [SDL_image >= 1.2], [$SDL_CFLAGS], [$SDL_LIBS]) NP_FINDLIB([PHYSFS], [physfs], [physfs >= 1.0.0], - NP_LANG_PROGRAM([#include + NP_LANG_PROGRAM([ +#include +#include #if PHYSFS_VER_MAJOR < 1 # error PHYSFS is too old #endif]), @@ -141,7 +143,6 @@ echo "Features:" echo "=========" echo " Profile Mode: $enable_gprof" echo " Debug Mode: $enable_debug" -echo " OpenGL Support: $enable_opengl" echo "" echo "" echo " NOTE: This project uses jam (and not make) as build tool"