enable build on sparc-solaris
[fw/sdcc] / configure.in
index 32ca6c53b9730b764e301a7701259855fb3d5281..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,7 +656,7 @@ 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_SUBDIRS(device/lib/pic16)
 
 AC_CONFIG_FILES([main.mk:main_in.mk
 src/Makefile