/[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 189 by matthewc, Tue Sep 24 07:27:43 2002 UTC revision 191 by matthewc, Tue Sep 24 07:58:34 2002 UTC
# Line 78  esac Line 78  esac
78    
79  # Find X installation  # Find X installation
80    
81  xdirs="/usr /usr/X11R6 /usr/X11 /usr/openwin /usr/local /usr/local/X11R6 /usr/local/X11"  xdirs="/usr/X11R6 /usr/X11 /usr/openwin /usr /usr/local/X11R6 /usr/local/X11 /usr/local"
82    
83  for dir in $xdirs; do  for dir in $xdirs; do
84      if [ -f $dir/include/X11/Xlib.h ]; then      if [ -f $dir/include/X11/Xlib.h ]; then
# Line 113  ldflags="$ldflags -lX11" Line 113  ldflags="$ldflags -lX11"
113    
114  # Find OpenSSL installation if available  # Find OpenSSL installation if available
115    
116  ssldirs="/usr /usr/openssl /usr/ssl /usr/local /usr/local/openssl /usr/local/ssl"  ssldirs="/usr/openssl /usr/ssl /usr /usr/local/openssl /usr/local/ssl /usr/local"
117    
118  for dir in $ssldirs; do  for dir in $ssldirs; do
119      if [ -f $dir/include/openssl/rc4.h ]; then      if [ -f $dir/include/openssl/rc4.h ]; then

Legend:
Removed from v.189  
changed lines
  Added in v.191

  ViewVC Help
Powered by ViewVC 1.1.26