Fixed typo in variable default initialization.

git-svn-id: http://voip.null.ro/svn/yate@5199 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2012-07-16 12:34:09 +00:00
parent 1ceb36f16d
commit 951c55e0d6
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ fi
AC_SUBST(HAVE_ILBC)
AC_SUBST(ILBC_INC)
HAVE_IILBCWR=no
HAVE_ILBCWR=no
ILBCWR_INC=""
AC_ARG_ENABLE(ilbc-webrtc,AC_HELP_STRING([--enable-ilbc-webrtc],[Enable iLBC webrtc codec (default: yes)]),want_ilbc_webrtc=$enableval,want_ilbc_webrtc=yes)
if [[ "x$want_ilbc_webrtc" = "xyes" ]]; then