From 86d5a05c478561be55d56926dee5a5f61672d281 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 8 May 2013 16:55:59 +0000 Subject: Update a comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2123e74a17..58b126618a 100644 --- a/configure.in +++ b/configure.in @@ -1428,7 +1428,7 @@ dnl Check whether we need to define sys_nerr locally AC_CHECK_DECLS([sys_nerr], [], [], [$ac_includes_default @%:@include ]) -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 -- cgit v1.2.3