From 9e3259dd1482d7503ced83175117f242e08a9f37 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 28 Nov 2005 08:20:48 +0000 Subject: [PATCH] gst/Makefile.am: don't try and build net if we don't even have Original commit message from CVS: * gst/Makefile.am: don't try and build net if we don't even have --- ChangeLog | 5 +++++ gst/Makefile.am | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 50c0335..6459c18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-28 Thomas Vander Stichele + + * gst/Makefile.am: + don't try and build net if we don't even have + 2005-11-27 Jan Schmidt * check/Makefile.am: diff --git a/gst/Makefile.am b/gst/Makefile.am index ccb582e..b141ead 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -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 = \ -- 2.7.4