Changeset 676

Show
Ignore:
Timestamp:
03/16/07 00:59:30 (2 years ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/configure.in

    r675 r676  
    847847 
    848848use_crypt_r="no" 
    849 if test "$system_crypt_r $have_crypt_lib_r" != "no no"; then 
     849if test "$system_crypt_r $have_crypt_r_lib" != "no no"; then 
    850850   use_crypt_r="yes" 
    851851   AC_DEFINE(HAVE_CRYPT_R, 1, [Have crypt_r function])