gst/Makefile.am: don't try and build net if we don't even have <sys/socket.h>
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 28 Nov 2005 08:20:48 +0000 (08:20 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 28 Nov 2005 08:20:48 +0000 (08:20 +0000)
Original commit message from CVS:
* gst/Makefile.am:
don't try and build net if we don't even have <sys/socket.h>

ChangeLog
gst/Makefile.am

index 50c0335..6459c18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/Makefile.am:
+         don't try and build net if we don't even have <sys/socket.h>
+
 2005-11-27  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * check/Makefile.am:
index ccb582e..b141ead 100644 (file)
@@ -57,7 +57,11 @@ endif
 if GST_DISABLE_NET
 SUBDIRS_NET = 
 else
+if HAVE_SYS_SOCKET_H
 SUBDIRS_NET = net
+else
+SUBDIRS_NET = 
+endif
 endif
 
 SUBDIRS = \