aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2015-06-29 23:14:18 +0200
committerMickael Remond <mremond@process-one.net>2015-06-29 23:14:18 +0200
commitdf57a07dd5d760d7956500caa3262ff84538a560 (patch)
tree7a1b13361ba03e3c825bf2af83c3f9342c7f9e75 /configure.ac
parentDo not rely on behaviour info when doing config validation (diff)
Keep the version hardcoded in mix.exs file
Generated the mix.exs file through configure is not possible when using mix, as it does not run configure after having downloaded the dependencies. #621
Diffstat (limited to '')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6ae0a2455..a3e26384b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,8 +235,7 @@ esac],[if test "x$lager" = "x"; then lager=true; fi])
AC_CONFIG_FILES([Makefile
vars.config
- src/ejabberd.app.src
- mix.exs])
+ src/ejabberd.app.src])
ENABLEUSER=""
AC_ARG_ENABLE(user,