/[pkg-mixmaster]/trunk/Mix/Install
ViewVC logotype

Diff of /trunk/Mix/Install

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 387 by rabbi, Fri Oct 18 22:04:13 2002 UTC revision 388 by weaselp, Thu Dec 5 04:59:09 2002 UTC
# Line 6  Line 6 
6  # ANY KIND, either express or implied. See the file COPYRIGHT for  # ANY KIND, either express or implied. See the file COPYRIGHT for
7  # details.  # details.
8    
9  # $Id: Install,v 1.21 2002/10/18 22:04:13 rabbi Exp $  # $Id: Install,v 1.22 2002/12/05 04:59:09 weaselp Exp $
10    
11  #whereis program default-path  #whereis program default-path
12  whereis()  whereis()
# Line 661  Mixmaster will not create an RSA OpenPGP Line 661  Mixmaster will not create an RSA OpenPGP
661     cat <<END >tmptst.c     cat <<END >tmptst.c
662  #include <openssl/idea.h>  #include <openssl/idea.h>
663  int main() {  int main() {
664      void *dummy;
665      dummy = idea_cfb64_encrypt;
666    exit(0);    exit(0);
667  }  }
668  END  END
669     if gcc $INC tmptst.c -c -o /dev/null     if gcc $INC tmptst.c -o /dev/null
670     then     then
671       DEF="$DEF -DUSE_IDEA"       DEF="$DEF -DUSE_IDEA"
672     else     else
# Line 701  fi Line 703  fi
703    
704    
705  echo "Compiling. Please wait."  echo "Compiling. Please wait."
706  whereis gmake make  whereis make
707  make=$found  make=$found
708    
709  if [ "$system" = win32 ]  if [ "$system" = win32 ]

Legend:
Removed from v.387  
changed lines
  Added in v.388

  ViewVC Help
Powered by ViewVC 1.1.5