/[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 403 by forsberg, Fri Jun 6 10:39:41 2003 UTC revision 477 by matthewc, Sat Oct 4 12:24:56 2003 UTC
# Line 137  if [ -z "$xdir" ]; then Line 137  if [ -z "$xdir" ]; then
137      echo "(searched for include/X11/Xlib.h in: $xdirs)"      echo "(searched for include/X11/Xlib.h in: $xdirs)"
138    
139      # additional helpful information for Linux users      # additional helpful information for Linux users
140      if [ -f /etc/redhat_release ]; then      if [ -f /etc/redhat-release ]; then
141        echo You probably need to install the XFree86-devel package        echo You probably need to install the XFree86-devel package
142      elif [ -f /etc/debian_version ]; then      elif [ -f /etc/debian_version ]; then
143        echo You probably need to install the xlibs-dev package        echo You probably need to install the xlibs-dev package
# 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    elif [ -f /usr/include/sys/audioio.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
251        echo "WARNING: sound support disabled (no /usr/include/sys/soundcard.h or /usr/include/sys/audio.h)"
252        echo "Currently supported systems are Open Sound System and Sun"
253        echo
254    fi
255    
256    
257  # Platform-specific options  # Platform-specific options
258    

Legend:
Removed from v.403  
changed lines
  Added in v.477

  ViewVC Help
Powered by ViewVC 1.1.26