mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 00:36:35 +01:00
Fix toxic build when toxav is not available
This commit is contained in:
@@ -440,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user