/[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 32 by matty, Sat Sep 15 09:37:17 2001 UTC revision 66 by astrand, Thu Jul 18 18:28:12 2002 UTC
# Line 29  case $arg in Line 29  case $arg in
29      ;;      ;;
30    --without-openssl*)    --without-openssl*)
31      ;;      ;;
32    --with-debug*)    --with-debug)
33      echo "CFLAGS  += -g -DWITH_DEBUG" >>Makeconf      echo "CFLAGS  += -g -DWITH_DEBUG" >>Makeconf
34      ;;      ;;
35      --with-debug-kbd)
36        echo "CFLAGS  += -g -DWITH_DEBUG_KBD" >>Makeconf
37        ;;
38    --without-debug*)    --without-debug*)
39      ;;      ;;
40    *)    *)
# Line 46  case $arg in Line 49  case $arg in
49      echo "Build configuration:"      echo "Build configuration:"
50      echo " --with-openssl         use system OpenSSL libraries for crypto"      echo " --with-openssl         use system OpenSSL libraries for crypto"
51      echo " --with-debug           enable debugging output"      echo " --with-debug           enable debugging output"
52        echo " --with-debug-kbd       enable debugging of keyboard handling"
53      echo      echo
54      rm -f Makeconf      rm -f Makeconf
55      exit 1      exit 1

Legend:
Removed from v.32  
changed lines
  Added in v.66

  ViewVC Help
Powered by ViewVC 1.1.26