diff options
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 3 |
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" ;; |