On Tue, Nov 27, 2001 at 08:49:36AM -0600, Chris Parker wrote:
> Please send this as a 'diff'.  See the 'doc/DIFFS', or more simply:
> 
> $ cvs diff -p configure.in

I knew I should provide a patch..

Index: configure.in
===================================================================
RCS file: /source/radiusd/configure.in,v
retrieving revision 1.131
diff -p -r1.131 configure.in
*** configure.in        2001/10/25 21:46:17     1.131
--- configure.in        2001/11/27 15:47:44
*************** else
*** 609,614 ****
--- 609,619 ----
    AC_CHECK_FUNC(crypt, AC_DEFINE(HAVE_CRYPT))
  fi

+ dnl Check for libcipher
+ AC_CHECK_LIB(cipher, setkey,
+   CRYPTLIB="${CRYPTLIB} -lcipher"
+ )
+
  if test "x$WITH_SNMP" = "xyes"; then
    SNMP_CHECKS
  fi

I know there will be a problem if crypt is in libc and cipher is not.
Maybe I should add LCIPHER, HAVE_CIPHER and etc, and modify Make.inc.in
also?

-- 
Players win and winners play
Have a lucky day

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to