aboutsummaryrefslogtreecommitdiff
path: root/src/configure.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.erl')
-rw-r--r--src/configure.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.erl b/src/configure.erl
index 069f19165..379cfa179 100644
--- a/src/configure.erl
+++ b/src/configure.erl
@@ -36,6 +36,7 @@ start() ->
IconvLib = "ICONV_LIB = $(ICONV_DIR)\\lib\\iconv.lib\n"
end,
+ EVersion = "ERLANG_VERSION = " ++ erlang:system_info(version) ++ "\n",
EIDirS = "EI_DIR = " ++ code:lib_dir("erl_interface") ++ "\n",
RootDirS = "ERLANG_DIR = " ++ code:root_dir() ++ "\n",
Version = "EJABBERD_VERSION = " ++ ?VERSION ++ "\n",