From: Ilya Zakharevich Date: Mon, 25 Jun 2001 05:52:27 +0000 (-0400) Subject: crypt() on OS/2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8dec540cdddd445bea8861dacf9738097910923e;p=p5sagit%2Fp5-mst-13.2.git crypt() on OS/2 Message-ID: <20010625055227.A24635@math.ohio-state.edu> p4raw-id: //depot/perl@10920 --- diff --git a/hints/os2.sh b/hints/os2.sh index 57c3766..d93d823 100644 --- a/hints/os2.sh +++ b/hints/os2.sh @@ -409,6 +409,22 @@ $define|true|[yY]*) esac EOCBU +if test -z "$cryptlib"; then + cryptlib=`UU/loc crypt$lib_ext "" $libpth` + if $test -n "$cryptlib"; then + cryptlib=-lcrypt + else + cryptlib=`UU/loc ufc$lib_ext "" $libpth` + if $test -n "$cryptlib"; then + cryptlib=-lufc + fi + fi +fi +if test -n "$cryptlib"; then + libs="$libs $cryptlib" + # d_crypt=define +fi + # Now install the external modules. We are in the ./hints directory. cd ./os2/OS2