Don't build readline's shared libs by default
[deliverable/binutils-gdb.git] / readline / configure.ac
index 42e21fa475e9af89875a45342ef8d6a205a3263d..b4fa645e866f244671231f93315dffb35d2e891f 100644 (file)
@@ -58,7 +58,7 @@ fi
 dnl option parsing for optional features
 opt_multibyte=yes
 opt_static_libs=yes
-opt_shared_libs=yes
+opt_shared_libs=no
 
 AC_ARG_ENABLE(multibyte, AC_HELP_STRING([--enable-multibyte], [enable multibyte characters if OS supports them]), opt_multibyte=$enableval)
 AC_ARG_ENABLE(shared, AC_HELP_STRING([--enable-shared], [build shared libraries [[default=YES]]]), opt_shared_libs=$enableval)
This page took 0.030408 seconds and 4 git commands to generate.