ruby-changes:28565
From: akr <ko1@a...>
Date: Thu, 9 May 2013 01:56:10 +0900 (JST)
Subject: [ruby-changes:28565] akr:r40617 (trunk): Update a comment.
akr 2013-05-09 01:55:59 +0900 (Thu, 09 May 2013) New Revision: 40617 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40617 Log: Update a comment. Modified files: trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 40616) +++ configure.in (revision 40617) @@ -1428,7 +1428,7 @@ dnl Check whether we need to define sys_ https://github.com/ruby/ruby/blob/trunk/configure.in#L1428 AC_CHECK_DECLS([sys_nerr], [], [], [$ac_includes_default @%:@include <errno.h>]) -AC_CHECK_LIB(crypt, crypt) # GNU/Linux +AC_CHECK_LIB(crypt, crypt) # glibc (GNU/Linux, GNU/Hurd, GNU/kFreeBSD) AC_CHECK_LIB(dl, dlopen) # Dynamic linking for SunOS/Solaris and SYSV AC_CHECK_LIB(dld, shl_load) # Dynamic linking for HP-UX AC_CHECK_LIB(rt, clock_gettime) # GNU/Linux -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/