X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.in;h=01438c6f1c8b37de2217a98605d38295ea1a46d1;hb=7a65a990ba9cc895dbf1970f0312f9fafb98b680;hp=aab124510de5d34febb2c54cecba06cd68991aeb;hpb=ab6e72047b60e44fd3f8be922d98b4ee569e888a;p=simgear.git diff --git a/configure.in b/configure.in index aab12451..01438c6f 100644 --- a/configure.in +++ b/configure.in @@ -5,6 +5,9 @@ dnl $Id$ AC_INIT(simgear/bucket/newbucket.cxx) +# Require at least automake 2.13 +AC_PREREQ(2.13) + dnl Initialize the automake stuff AM_INIT_AUTOMAKE(SimGear, 0.0.17) @@ -103,7 +106,7 @@ AC_EGREP_CPP(yes, #endif ],is_mingw=yes, is_mingw=no) -echo "IS_MINGW =" $is_mingw +echo "IS_MINGW = $is_mingw" AM_CONDITIONAL(IS_MINGW, test "x$is_mingw" = "xyes") AC_EGREP_CPP(yes, @@ -112,7 +115,7 @@ AC_EGREP_CPP(yes, #endif ],is_cygwin=yes, is_cygwin=no) -echo "IS_CYGWIN =" $is_cygwin +echo "IS_CYGWIN = $is_cygwin" AM_CONDITIONAL(IS_CYGWIN, test "x$is_cygwin" = "xyes") if test "x$HOSTTYPE" != "xmacintosh" -a "x$is_mingw" != "xyes"; then @@ -195,8 +198,8 @@ elif test "x$ac_cv_header_windows_h" != "xyes" ; then dnl if using mesa, check for xmesa.h if test "x$ac_cv_lib_MesaGL_glNewList" = "xyes" ; then - AC_CHECK_HEADER(GL/xmesa.h) - if test "x$ac_cv_header_GL_xmesa_h" = "xyes"; then + AC_CHECK_HEADER(GL/fxmesa.h) + if test "x$ac_cv_header_GL_fxmesa_h" = "xyes"; then AC_DEFINE( XMESA ) AC_DEFINE( FX ) fi