mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 09:26:34 +01:00
Fixed build problems
This commit is contained in:
@@ -428,7 +428,7 @@ if test "x$BUILD_AV" = "xyes"; then
|
||||
AC_CHECK_HEADER([tox/toxav.h],
|
||||
[
|
||||
# Place define for audio support
|
||||
AC_DEFINE([_SUPPORT_AUDIO], [], [If audio supported])
|
||||
AC_DEFINE([_SUPPORT_AUDIO], [], [Is audio supported])
|
||||
AC_MSG_NOTICE([Building with audio support])
|
||||
],
|
||||
[
|
||||
@@ -448,10 +448,6 @@ fi
|
||||
AM_CONDITIONAL(BUILD_AV, test "x$BUILD_AV" = "xyes")
|
||||
|
||||
|
||||
|
||||
#debug mode
|
||||
CFLAGS="-ggdb3 -O0 -pg"
|
||||
|
||||
TOXIC_VERSION="$PACKAGE_VERSION"
|
||||
AC_PATH_PROG([GIT], [git], [no])
|
||||
if test "x$GIT" != "xno"; then
|
||||
|
||||
Reference in New Issue
Block a user