[gedit] Update configure.ac to check for libsocket



commit 832f0f422da778060294b0682d428b64e15b6d85
Author: Brian Cameron <Brian Cameron sun com>
Date:   Mon May 4 14:07:47 2009 -0500

    Update configure.ac to check for libsocket
    
    On Solaris, libsocket is needed for bacon-connection.  This commit enhances
    gedit to check for this.  (Bug 581056)
---
 configure.ac |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index e502149..0f7d35d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,6 +185,11 @@ AC_SUBST(ENCHANT_LIBS)
 AC_SUBST(SPELL_PLUGIN_DIR)
 
 dnl ================================================================
+dnl libsocket checks - needed for bacon-connection on solaris.
+dnl ================================================================
+AC_SEARCH_LIBS(bind, socket)
+
+dnl ================================================================
 dnl libattr checks
 dnl ================================================================
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]