aboutsummaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2013-03-19 13:28:42 +0100
committerBadlop <badlop@process-one.net>2013-03-19 13:30:15 +0100
commit1b304aaf0ab86bbc52c23229374baf7de4443cad (patch)
tree928dc7f80eff7b47f2b8608288748c6e60bc8628 /src/configure
parentAccumulated patch to binarize and indent code (diff)
Copied MySQL erlang library from ejabberd-modules SVN
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/configure b/src/configure
index cd9f81e9e..485527752 100755
--- a/src/configure
+++ b/src/configure
@@ -4696,7 +4696,7 @@ fi
-ac_config_files="$ac_config_files Makefile $make_mod_irc $make_mod_muc $make_mod_pubsub $make_mod_proxy65 $make_eldap $make_pam $make_web stringprep/Makefile stun/Makefile $make_tls $make_odbc $make_ejabberd_zlib"
+ac_config_files="$ac_config_files Makefile $make_mod_irc $make_mod_muc $make_mod_pubsub $make_mod_proxy65 $make_eldap $make_pam $make_web mysql/Makefile stringprep/Makefile stun/Makefile $make_tls $make_odbc $make_ejabberd_zlib"
#openssl
@@ -5861,6 +5861,7 @@ do
"$make_eldap") CONFIG_FILES="$CONFIG_FILES $make_eldap" ;;
"$make_pam") CONFIG_FILES="$CONFIG_FILES $make_pam" ;;
"$make_web") CONFIG_FILES="$CONFIG_FILES $make_web" ;;
+ "mysql/Makefile") CONFIG_FILES="$CONFIG_FILES mysql/Makefile" ;;
"stringprep/Makefile") CONFIG_FILES="$CONFIG_FILES stringprep/Makefile" ;;
"stun/Makefile") CONFIG_FILES="$CONFIG_FILES stun/Makefile" ;;
"$make_tls") CONFIG_FILES="$CONFIG_FILES $make_tls" ;;