From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andreas Voegele Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] configure check for crypt() Date: Thu, 19 Feb 2004 11:27:38 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <871xor4b51.fsf@ID-28718.user.uni-berlin.de> References: <87eksw6s4d.fsf@ID-28718.user.uni-berlin.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1077187057 11020 80.91.224.253 (19 Feb 2004 10:37:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Feb 2004 10:37:37 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Feb 19 11:37:31 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AtlYh-000507-00 for ; Thu, 19 Feb 2004 11:37:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AtlYb-0008C1-KC for guile-devel@m.gmane.org; Thu, 19 Feb 2004 05:37:25 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AtlYM-0008Az-OU for guile-devel@gnu.org; Thu, 19 Feb 2004 05:37:10 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AtlXq-0007yF-98 for guile-devel@gnu.org; Thu, 19 Feb 2004 05:37:09 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.24) id 1AtlPF-0004wj-8N for guile-devel@gnu.org; Thu, 19 Feb 2004 05:27:45 -0500 Original-Received: (qmail 6369 invoked by uid 65534); 19 Feb 2004 10:27:40 -0000 Original-Received: from pD9E610B2.dip.t-dialin.net (EHLO hermes.voegele.dyndns.org) (217.230.16.178) by mail.gmx.net (mp002) with SMTP; 19 Feb 2004 11:27:40 +0100 X-Authenticated: #14729429 Original-To: guile-devel@gnu.org X-Request-PGP: http://pgp.mit.edu:11371/pks/lookup?search=0x12C21DCA&op=index X-PGP-KeyID: 12C21DCA In-Reply-To: <87eksw6s4d.fsf@ID-28718.user.uni-berlin.de> (Andreas Voegele's message of "Sun, 15 Feb 2004 20:48:50 +0100") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3411 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3411 Andreas Voegele writes: > Here's a patch that replaces AC_CHECK_LIB with AC_SEARCH_LIBS and > HAVE_LIBCRYPT with HAVE_CRYPT. I've tested this patch under HP-UX > and GNU/Linux. It seems that my patch is also useful for OpenBSD. At least, I found the following statement on the web: "With version 2.1 of OpenBSD, the crypt library doesn't even exist; it is included in the standard library for the system." Can anyone apply the patch, which is attached to my previous mail, to guile-core/configure.in and guile-core/libguile/posix.c? Here are changelog entries for guile-core/configure.in and guile-core/libguile/configure.in respectively: 2004-02-19 Andreas Voegele * configure.in: Use AC_SEARCH_LIBS to search for crypt(). Define HAVE_CRYPT instead of HAVE_LIBCRYPT. 2004-02-19 Andreas Voegele * posix.c (s_scm_crypt): Use HAVE_CRYPT instead of HAVE_LIBCRYPT. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel