summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <jestedfa@microsoft.com>2020-02-15 10:43:24 -0500
committerJeffrey Stedfast <jestedfa@microsoft.com>2020-02-15 10:43:24 -0500
commit6dbdfd4ba9266a610b684893d0c848f3a71e29f5 (patch)
tree28e4980d36d58f899ffb774e5af9aa9db5ab54e8
parent657458d98a0be281f54c3a5a93040ffeafacca19 (diff)
downloadgmime-6dbdfd4ba9266a610b684893d0c848f3a71e29f5.tar.gz
Fixed configure.ac to generate build/vs2017/Makefile
-rw-r--r--configure.ac26
1 files changed, 14 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 34751577..6e4f7b2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -649,6 +649,7 @@ build/vs2008/Makefile
build/vs2008/config-win32.h
build/vs2010/Makefile
build/vs2010/config-win32.h
+build/vs2017/Makefile
docs/Makefile
docs/reference/Makefile
docs/tutorial/Makefile
@@ -666,20 +667,21 @@ echo "
Configuration:
- Source code location: ${srcdir}
- Install prefix: ${prefix}
- Compiler: ${CC}
+ Source code location: ${srcdir}
+ Install prefix: ${prefix}
+ Compiler: ${CC}
- Documentation: ${enable_gtk_doc}
+ Documentation: ${enable_gtk_doc}
- Profiling enabled: ${enable_profiling}
- Coverage enabled: ${enable_coverage}
+ Profiling enabled: ${enable_profiling}
+ Coverage enabled: ${enable_coverage}
- Large file support: ${enable_largefile}
- Console warnings: ${enable_warnings}
- PGP/MIME support: ${enable_crypto}
- S/MIME support: ${enable_crypto}
- libidn support: ${libidn}
+ Large file support: ${enable_largefile}
+ Console warnings: ${enable_warnings}
+ PGP/MIME support: ${enable_crypto}
+ S/MIME support: ${enable_crypto}
+ libidn support: ${libidn}
- Vala bindings: ${enable_vala}
+ GObject introspection: ${enable_introspection}
+ Vala bindings: ${enable_vala}
"