configure.ac: disable lime by default for yet instead of auto

This commit is contained in:
Gautier Pelloux-Prayer 2015-03-19 15:09:19 +01:00
parent ac233d1c22
commit f32d5ebbf7
2 changed files with 2 additions and 2 deletions

View file

@ -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