X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=configure.ac;h=94780b7b2167e160c1d7be5a7a5a7c4b7795905e;hp=07f875c44a3814d7b84016a46da730f934efa98f;hb=1d17d59eac87eaf5095ef852045224cc77e4d8ce;hpb=90b0723a6cfcfa7a8f04cd3a851fb9657903d319 diff --git a/configure.ac b/configure.ac index 07f875c..94780b7 100644 --- a/configure.ac +++ b/configure.ac @@ -6,9 +6,16 @@ AC_LANG([C++]) PKG_CHECK_MODULES([GUILE], [guile-2.2]) +AC_CHECK_LIB( + [Irrlicht], + [createDevice], + [], + AC_MSG_ERROR([Missing Irrlicht lib. Try option --with-irrlicht-lib]) +) + AC_CONFIG_FILES([ - Makefile - src/Makefile + Makefile + src/Makefile ]) AC_OUTPUT