sound-juicer r2402 - branches/gnome-2-24
- From: rburton svn gnome org
- To: svn-commits-list gnome org
- Subject: sound-juicer r2402 - branches/gnome-2-24
- Date: Fri, 23 Jan 2009 10:08:11 +0000 (UTC)
Author: rburton
Date: Fri Jan 23 10:08:11 2009
New Revision: 2402
URL: http://svn.gnome.org/viewvc/sound-juicer?rev=2402&view=rev
Log:
2009-01-23 Ross Burton <ross linux intel com>
* configure.in:
Check for socket(), fixing Solaris builds (#532094, thanks Brian
Cameron).
Modified:
branches/gnome-2-24/ (props changed)
branches/gnome-2-24/ChangeLog
branches/gnome-2-24/configure.in
Modified: branches/gnome-2-24/configure.in
==============================================================================
--- branches/gnome-2-24/configure.in (original)
+++ branches/gnome-2-24/configure.in Fri Jan 23 10:08:11 2009
@@ -30,6 +30,8 @@
GNOME_DEBUG_CHECK
GNOME_MAINTAINER_MODE_DEFINES
+AC_CHECK_FUNC(socket,,[AC_CHECK_LIB(socket,socket)])
+
# Use the GNOME documentation framework
GNOME_DOC_INIT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]