SF.net SVN: geany: [1083] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Mon Dec 11 15:54:46 UTC 2006
Revision: 1083
http://svn.sourceforge.net/geany/?rev=1083&view=rev
Author: ntrel
Date: 2006-12-11 07:54:45 -0800 (Mon, 11 Dec 2006)
Log Message:
-----------
Link with libsocket if necessary to fix building on Solaris.
Modified Paths:
--------------
trunk/ChangeLog
trunk/configure.in
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-12-11 13:48:19 UTC (rev 1082)
+++ trunk/ChangeLog 2006-12-11 15:54:45 UTC (rev 1083)
@@ -10,6 +10,8 @@
* src/callbacks.c:
Make indenting and unindenting keep the same cursor position when
the cursor is within the indentation characters.
+ * configure.in:
+ Link with libsocket if necessary to fix building on Solaris.
2006-12-10 Enrico Tröger <enrico.troeger at uvena.de>
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2006-12-11 13:48:19 UTC (rev 1082)
+++ trunk/configure.in 2006-12-11 15:54:45 UTC (rev 1083)
@@ -76,6 +76,8 @@
if test "x$want_socket" = "xyes"; then
AC_DEFINE(HAVE_SOCKET, 1, [Define if you want to detect a running instance])
+ # this should bring in libsocket on Solaris:
+ AC_SEARCH_LIBS([connect],[socket],[],[],[])
fi
# VTE support
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list