mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix configure.ac debug_enabled enable_debug mixup
This commit is contained in:
parent
9de977a968
commit
0c067e225e
1 changed files with 2 additions and 2 deletions
|
|
@ -356,7 +356,7 @@ AC_ARG_ENABLE(debug,
|
|||
esac],
|
||||
[debug_enabled=no]
|
||||
)
|
||||
AS_CASE([$enable_debug],
|
||||
AS_CASE([$debug_enabled],
|
||||
[yes],[
|
||||
CFLAGS="$CFLAGS -g -DDEBUG"
|
||||
CXXFLAGS="$CXXFLAGS -g -DDEBUG"
|
||||
|
|
@ -374,7 +374,7 @@ AS_CASE([$enable_debug],
|
|||
;;
|
||||
esac
|
||||
],
|
||||
[AC_MSG_ERROR([Bad value ($enable_debug) for --enable-debug. Valid values are yes or no.])])
|
||||
[AC_MSG_ERROR([Bad value ($debug_enabled) for --enable-debug. Valid values are yes or no.])])
|
||||
|
||||
dnl enable truespeech codec support
|
||||
AC_ARG_ENABLE(truespeech,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue