# HG changeset patch # User gabucino # Date 1067114031 0 # Node ID 6fad78848c8ace58496e41216c156d55f4d7ae6c # Parent 7c0bbcaa8b82847c3f6b44376b0a3c05f19b03f6 finally removing pthread dependency!! (did because default NetBSD installs without pthread AFAIK) diff -r 7c0bbcaa8b82 -r 6fad78848c8a configure --- a/configure Sat Oct 25 18:49:40 2003 +0000 +++ b/configure Sat Oct 25 20:33:51 2003 +0000 @@ -2253,14 +2253,17 @@ elif ( cc_check -pthread ) ; then _ld_pthread='-pthread' else - die "Static lib pthread not found (needed by Windows and networking stufff)." + echores "no static pthread found (v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, Win32 loader disabled)" + _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _tv_v4l=no ; _macosx=no ; _win32=no fi else - die "Lib pthread not found (needed by Windows and networking stuff)." + echores "no (v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled)" + _ld_pthread='' ; _nas=no ; _tv_v4l=no ; _tv_v4l=no ; _macosx=no ; _win32=no fi fi -echores "yes (using $_ld_pthread)" - +if test "$_ld_pthread" != '' ; then + echores "yes (using $_ld_pthread)" +fi echocheck "sys/soundcard.h" cat > $TMPC << EOF