Changeset c269e22 for configure


Ignore:
Timestamp:
Apr 20, 2003, 4:58:47 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
c86a35c
Parents:
e51b410
Message:
if we don't have des functions, do not try to build in zcrypt
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    re51b410 rc269e22  
    13801380
    13811381
    1382 for ac_func in use_default_colors
     1382for ac_func in use_default_colors des_string_to_key des_key_sched des_ecb_encrypt
    13831383do
    13841384echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
     
    14361436
    14371437
    1438 
    14391438echo $ac_n "checking for des_ecb_encrypt prototype""... $ac_c" 1>&6
    1440 echo "configure:1441: checking for des_ecb_encrypt prototype" >&5
     1439echo "configure:1440: checking for des_ecb_encrypt prototype" >&5
    14411440cat > conftest.$ac_ext <<EOF
    1442 #line 1443 "configure"
     1441#line 1442 "configure"
    14431442#include "confdefs.h"
    14441443#include <des.h>
     
    14481447; return 0; }
    14491448EOF
    1450 if { (eval echo configure:1451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1449if { (eval echo configure:1450: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14511450  rm -rf conftest*
    14521451  ac_cv_des_ecb_encrypt_proto=no
     
    14651464
    14661465fi
     1466
    14671467
    14681468echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
     
    18041804
    18051805fi
    1806 
    18071806
    18081807
     
    18401839# ./install, which can be erroneously created by make from ./install.sh.
    18411840echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    1842 echo "configure:1843: checking for a BSD compatible install" >&5
     1841echo "configure:1842: checking for a BSD compatible install" >&5
    18431842if test -z "$INSTALL"; then
    18441843if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
Note: See TracChangeset for help on using the changeset viewer.