* config/tc-h8300.c (get_operand): Fix typos in ldm/stm support.
[deliverable/binutils-gdb.git] / gdb / configure.in
index 0e3021e054bca8ad9523999753d7597cff79f2d4..f17e481191496d7782da10bcd6af09dcef5e7c8d 100644 (file)
@@ -475,6 +475,9 @@ AC_ARG_WITH(sim-funit,
 esac])dnl
 # end-sanitize-sky
 
+dnl Solaris puts wctype in /usr/lib/libw.a
+AC_CHECK_LIB(w, wctype, [LIBS="$LIBS -lw"])
+
 AC_SUBST(ENABLE_CFLAGS)
 
 AC_SUBST(CONFIG_OBS)
This page took 0.023768 seconds and 4 git commands to generate.