From 70710e14d8f8bbab4f1a42db4993f27cb2ca7bc5 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 5 Jan 2006 13:20:20 +0000 Subject: Check for OSS by looking for its header. Win32 isn't the only platform where OSS isn't supported. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@365 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'polyp') diff --git a/polyp/Makefile.am b/polyp/Makefile.am index 847be9a8..2cd2a1f3 100644 --- a/polyp/Makefile.am +++ b/polyp/Makefile.am @@ -478,7 +478,7 @@ modlib_LTLIBRARIES += \ libx11prop.la endif -if !OS_IS_WIN32 +if HAVE_OSS modlib_LTLIBRARIES += \ liboss-util.la endif @@ -662,7 +662,7 @@ modlib_LTLIBRARIES += \ module-x11-publish.la endif -if !OS_IS_WIN32 +if HAVE_OSS modlib_LTLIBRARIES += \ module-oss.la \ module-oss-mmap.la -- cgit