1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 02:36:34 +01:00
This commit is contained in:
Jfreegman
2014-03-17 19:58:08 -04:00
9 changed files with 533 additions and 133 deletions

View File

@@ -113,6 +113,8 @@ AC_CHECK_FUNCS(
[],
[ AC_MSG_ERROR([required library function is missing on your system])])
AX_PTHREAD( [], [ AC_MSG_ERROR([pthreads not found on your system]) ])
# pkg-config based tests
PKG_PROG_PKG_CONFIG
@@ -438,10 +440,12 @@ if test "x$BUILD_AV" = "xyes"; then
],
[
AC_MSG_NOTICE([No A/V library; disabling A/V support])
BUILD_AV="no"
])
],
[
AC_MSG_NOTICE([No openal library; disabling A/V support])
BUILD_AV="no"
])
fi