configure: check if -lsocket is needed (for Solaris)

Also, link libgio to -lresolv explicitly, rather than depending on
getting it implicitly via the libasyncns build (which should
eventually be going away).

https://bugzilla.gnome.org/show_bug.cgi?id=645336
This commit is contained in:
Dan Winship
2011-09-03 18:37:43 -04:00
parent a636dfd7fb
commit 0d63793129
3 changed files with 36 additions and 31 deletions

View File

@@ -416,6 +416,7 @@ libgio_2_0_la_LIBADD = \
$(SELINUX_LIBS) \
$(GLIB_LIBS) \
$(XATTR_LIBS) \
$(NETWORK_LIBS) \
$(NULL)
libgio_2_0_la_CPPFLAGS = $(ZLIB_CFLAGS) $(AM_CPPFLAGS)