enable build on sparc-solaris
[fw/sdcc] / configure.in
index e1172242c682de881fc2a77ac4aee27b4c8cf9bf..7a707cb0fdf580afcc244c111d9bdba220f0d730 100755 (executable)
@@ -72,6 +72,12 @@ AC_LANG([C])
 AC_CHECK_HEADERS(sys/socket.h)
 
 
+# Checking for functions/libs
+# ===========================================================================
+AC_CHECK_LIB(socket,socket)
+AC_CHECK_LIB(nsl,xdr_short)
+
+
 # Checking for functions
 # ===========================================================================
 AC_CHECK_FUNCS(strerror)
@@ -650,6 +656,8 @@ mv ports ports.build
 AC_CONFIG_SUBDIRS(support/cpp2)
 AC_CONFIG_SUBDIRS(packihx)
 AC_CONFIG_SUBDIRS(sim/ucsim)
+AC_CONFIG_SUBDIRS(device/lib/pic16)
+
 AC_CONFIG_FILES([main.mk:main_in.mk
 src/Makefile
 as/mcs51/Makefile