mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-08 03:24:13 +00:00
Changes Andrew and Jeremy made to get it building again on my mac.
More permanent fixes coming.
This commit is contained in:
parent
53504fe694
commit
70eb0a8cc4
@ -11,6 +11,7 @@ dnl VoIP test app
|
||||
AC_ARG_ENABLE(voiptest,
|
||||
AS_HELP_STRING([--disable-voiptest], [Disable VoIP test program]))
|
||||
|
||||
pushdef([AC_MSG_ERROR], defn([AC_MSG_WARN]))
|
||||
AS_IF([test "x$enable_voiptest" != "xno"], [
|
||||
PKG_CHECK_MODULES([PORTAUDIO], [portaudio-2.0])
|
||||
PKG_CHECK_MODULES([SRC], [samplerate])
|
||||
@ -19,6 +20,7 @@ AC_CHECK_HEADERS([codec2.h])
|
||||
AC_CHECK_LIB([codec2], [codec2_create], [AC_SUBST(CODEC2_LIBS, -lcodec2)])
|
||||
AC_SUBST(HAVE_VOIPTEST, 1)
|
||||
], [AC_SUBST(HAVE_VOIPTEST, 0)])
|
||||
popdef([AC_MSG_ERROR])
|
||||
|
||||
dnl Check for programs.
|
||||
AC_PROG_CC
|
||||
|
Loading…
x
Reference in New Issue
Block a user