This changeset makes sparc64_linux_step_trap to return 0 when a
[deliverable/binutils-gdb.git] / libiberty / configure.ac
index fcea46f6c7bbe7ec631421ecdbf663742a20e42d..d6180bcddd95710463323eb161b002afd85f5784 100644 (file)
@@ -225,6 +225,12 @@ case "${enable_shared}" in
   "") shared=no ;;
   *) shared=yes ;;
 esac
+
+# ...unless --enable-host-shared was passed from top-level config:
+if [[ "${enable_host_shared}" = "yes" ]]; then
+  shared=yes
+fi
+
 if [[ "${shared}" != "yes" ]]; then
   PICFLAG=
 fi
@@ -405,7 +411,6 @@ fi
 
 setobjs=
 CHECK=
-target_header_dir=
 if test -n "${with_target_subdir}"; then
 
   # We are being configured as a target library.  AC_REPLACE_FUNCS
This page took 0.023444 seconds and 4 git commands to generate.