/[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 536 by matthewc, Fri Oct 31 04:29:57 2003 UTC revision 605 by stargo, Sat Feb 14 22:54:38 2004 UTC
# Line 67  case $arg in Line 67  case $arg in
67      ;;      ;;
68    --without-debug*)    --without-debug*)
69      ;;      ;;
70      --with-ipv6)
71        cflags="$cflags -DIPv6"
72        ;;
73    *)    *)
74      echo "Target directories:"      echo "Target directories:"
75      echo " --prefix=PREFIX         location for architecture-independent files"      echo " --prefix=PREFIX         location for architecture-independent files"
# Line 87  case $arg in Line 90  case $arg in
90      echo " --with-debug-kbd        enable debugging of keyboard handling"      echo " --with-debug-kbd        enable debugging of keyboard handling"
91      echo " --with-debug-rdp5       enable debugging of RDP5 code"      echo " --with-debug-rdp5       enable debugging of RDP5 code"
92      echo " --with-debug-clipboard  enable debugging of clipboard code"      echo " --with-debug-clipboard  enable debugging of clipboard code"
93        echo " --with-ipv6             enable support for IPv6"
94      echo      echo
95      rm -f Makeconf      rm -f Makeconf
96      exit 1      exit 1
# Line 265  if [ -f /usr/include/sys/soundcard.h ]; Line 269  if [ -f /usr/include/sys/soundcard.h ];
269      echo "SOUNDOBJ    = rdpsnd.o rdpsnd_oss.o" >>Makeconf      echo "SOUNDOBJ    = rdpsnd.o rdpsnd_oss.o" >>Makeconf
270      cflags="$cflags -DWITH_RDPSND"      cflags="$cflags -DWITH_RDPSND"
271  elif [ -f /usr/include/sys/audioio.h ]; then  elif [ -f /usr/include/sys/audioio.h ]; then
272      echo Sound support enabled: Sun      echo Sound support enabled: Sun/BSD
273      echo      echo
274      echo "SOUNDOBJ    = rdpsnd.o rdpsnd_sun.o" >>Makeconf      echo "SOUNDOBJ    = rdpsnd.o rdpsnd_sun.o" >>Makeconf
275      cflags="$cflags -DWITH_RDPSND"      cflags="$cflags -DWITH_RDPSND"
276  else  else
277      echo "WARNING: sound support disabled (no /usr/include/sys/soundcard.h or /usr/include/sys/audio.h)"      echo "WARNING: sound support disabled (no /usr/include/sys/soundcard.h or /usr/include/sys/audioio.h)"
278      echo "Currently supported systems are Open Sound System and Sun"      echo "Currently supported systems are Open Sound System and Sun"
279      echo      echo
280  fi  fi

Legend:
Removed from v.536  
changed lines
  Added in v.605

  ViewVC Help
Powered by ViewVC 1.1.26