aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-09-25 23:05:05 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-09-25 23:05:05 +0200
commit6bfe6dacccfec2492cf3124b48c1a25a6a59ed18 (patch)
tree5b7dcc84a9f227b98f8e5336e68ba3b80fc714ce
parent38ac0a39705f95e8c3e036974aa8b71b43242f52 (diff)
downloadlibrb-6bfe6dacccfec2492cf3124b48c1a25a6a59ed18.tar.gz
librb-6bfe6dacccfec2492cf3124b48c1a25a6a59ed18.tar.bz2
librb-6bfe6dacccfec2492cf3124b48c1a25a6a59ed18.zip
fix: test compilation on solaris system
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5ae1282..96a1abb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,14 @@ AC_CONFIG_HEADERS([config.h])
AC_CHECK_HEADERS([assert.h errno.h stddef.h stdlib.h string.h])
+##
+# solaris needs to link agains libsocket
+#
+
+
+AC_SEARCH_LIBS([socket], [socket])
+
+
###
# gcov coverage reporting
#