We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f062ec1 commit 6914be0Copy full SHA for 6914be0
configure.ac
@@ -67,8 +67,8 @@ AC_CACHE_SAVE
67
AC_ARG_ENABLE(shared_dependencies,
68
AC_HELP_STRING([--disable-shared_dependencies],
69
[Uses static libraries for dependencies instead of their shared counterparts.]),
70
- test "X$enableval" != "Xyes" && my_enable_shared_dependencies=no,
71
- my_enable_shared_dependencies=yes)
+ [my_enable_shared_dependencies=${enableval}],
+ [my_enable_shared_dependencies=yes])
72
73
AC_ARG_ENABLE(dotnet,
74
AC_HELP_STRING([--disable-dotnet],
0 commit comments