/[rdesktop]/sourceforge.net/trunk/rdesktop/configure
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 451 by matthewc, Thu Aug 28 03:13:51 2003 UTC revision 474 by matthewc, Tue Sep 30 09:11:08 2003 UTC
# Line 235  if [ ! -c /dev/random -a ! -c /dev/urand Line 235  if [ ! -c /dev/random -a ! -c /dev/urand
235      fi      fi
236  fi  fi
237    
238    # Check for OSS sound support
239    
240    if [ -f /usr/include/sys/soundcard.h ]; then
241        echo Sound support enabled: Open Sound System
242        echo
243        echo "SOUNDOBJ    = rdpsnd.o rdpsnd_oss.o" >>Makeconf
244        cflags="$cflags -DWITH_RDPSND"
245    else
246        echo "WARNING: sound support disabled (no /usr/include/sys/soundcard.h)"
247        echo "Only Open Sound System audio is supported at present"
248        echo
249    fi
250    
251    
252  # Platform-specific options  # Platform-specific options
253    

Legend:
Removed from v.451  
changed lines
  Added in v.474

  ViewVC Help
Powered by ViewVC 1.1.26