/[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 474 by matthewc, Tue Sep 30 09:11:08 2003 UTC revision 476 by matthewc, Sat Oct 4 00:03:24 2003 UTC
# Line 242  if [ -f /usr/include/sys/soundcard.h ]; Line 242  if [ -f /usr/include/sys/soundcard.h ];
242      echo      echo
243      echo "SOUNDOBJ    = rdpsnd.o rdpsnd_oss.o" >>Makeconf      echo "SOUNDOBJ    = rdpsnd.o rdpsnd_oss.o" >>Makeconf
244      cflags="$cflags -DWITH_RDPSND"      cflags="$cflags -DWITH_RDPSND"
245    elif [ -f /usr/include/sys/audio.h ]; then
246        echo Sound support enabled: Sun
247        echo
248        echo "SOUNDOBJ    = rdpsnd.o rdpsnd_sun.o" >>Makeconf
249        cflags="$cflags -DWITH_RDPSND"
250  else  else
251      echo "WARNING: sound support disabled (no /usr/include/sys/soundcard.h)"      echo "WARNING: sound support disabled (no /usr/include/sys/soundcard.h or /usr/include/sys/audio.h)"
252      echo "Only Open Sound System audio is supported at present"      echo "Currently supported systems are Open Sound System and Sun"
253      echo      echo
254  fi  fi
255    

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

  ViewVC Help
Powered by ViewVC 1.1.26