dasher r3638 - trunk
- From: pwelche svn gnome org
- To: svn-commits-list gnome org
- Subject: dasher r3638 - trunk
- Date: Mon, 2 Mar 2009 17:57:41 +0000 (UTC)
Author: pwelche
Date: Mon Mar 2 17:57:41 2009
New Revision: 3638
URL: http://svn.gnome.org/viewvc/dasher?rev=3638&view=rev
Log:
Fix solaris build from Brian Cameron. (Must we worry about sys/socket.h ?)
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Mar 2 17:57:41 2009
@@ -33,6 +33,7 @@
PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.4)
AC_CHECK_LIB(expat, XML_Parse,, AC_MSG_ERROR([Expat library not found.]))
+AC_CHECK_FUNC(socket,,[AC_CHECK_LIB(socket,socket)])
AC_ARG_ENABLE(debug,
AC_HELP_STRING([--enable-debug],[build with additional debugging checks (default is NO)]),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]