X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fconfigure.ac;h=5834f8b7cd5e86f9e268e4f97e0050074d38cf3b;hp=a3f68568f5ba7a4833c308cbb1c421b518c4a26f;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=3d6725d5ac8805e56dbf32cf95e05326add68b17 diff --git a/source/configure.ac b/source/configure.ac index a3f6856..5834f8b 100644 --- a/source/configure.ac +++ b/source/configure.ac @@ -79,6 +79,8 @@ LIBS="$LIBS $WX_LIBS" # SFML Audio Library +PKG_CHECK_MODULES([SFML], [sfml-all >= 2.4.1]) + AC_CHECK_LIB([sfml-audio], [main], [], [echo "The SFML libraries must be installed on your system. Please check that this library is installed properly before running configure again." @@ -95,6 +97,8 @@ AC_LANG_POP([C++]) # curl Library +PKG_CHECK_MODULES([CURL], [libcurl >= 7.54.1]) + AC_CHECK_LIB([curl], [main], [], [echo "The cURL library must be installed on your system. Please check that this library is installed properly before running configure again."