forked from mirrors/linphone-iphone
configure.ac: disable lime by default for yet instead of auto
This commit is contained in:
parent
ac233d1c22
commit
f32d5ebbf7
2 changed files with 2 additions and 2 deletions
|
|
@ -680,7 +680,7 @@ AC_ARG_ENABLE(lime,
|
|||
no) lime=false ;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-lime) ;;
|
||||
esac],
|
||||
[lime=auto]
|
||||
[lime=false]
|
||||
)
|
||||
|
||||
if test "$lime" != "false" ; then
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit d31227221aaf0e1a22af14875563e633396a9086
|
||||
Subproject commit e45c262db9413d4f84f8a5b623baf19483667f42
|
||||
Loading…
Add table
Reference in a new issue