anjuta r4003 - trunk
- From: sgranjoux svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4003 - trunk
- Date: Thu, 12 Jun 2008 17:50:55 +0000 (UTC)
Author: sgranjoux
Date: Thu Jun 12 17:50:55 2008
New Revision: 4003
URL: http://svn.gnome.org/viewvc/anjuta?rev=4003&view=rev
Log:
* configure.in:
Fix #536375: libsocket not included cause build fail on Solaris
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Thu Jun 12 17:50:55 2008
@@ -709,6 +709,9 @@
fi
+dnl Check for bind in libsocket (needed on Solaris)
+AC_CHECK_LIB(socket, bind)
+
dnl Check for function forkpty in libutil
AC_CHECK_LIB(util, forkpty)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]