head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2007.09.30.06.14.09;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.1
log
@[update] security/pam-mysql to 7.0RC1

	Includes fix for correct use of -lmd to find MD5 functions
	(see: http://sourceforge.net/tracker/index.php?func=detail&aid=1485390&group_id=5741&atid=105741)

Note: Used autoconf 2.61 to prevent problems with the upcoming sweep

PR:		ports/113882
Submitted by:	Angelo Turetta <aturetta@@bestunion.it>
Approved by:	maintainer timeout
@
text
@*** acinclude.m4.orig	Sat Mar 11 23:36:42 2006
--- acinclude.m4	Sat Mar 11 23:37:14 2006
***************
*** 445,450 ****
--- 445,451 ----
      AC_MSG_RESULT([no])
  
      AC_CHECK_HEADERS([md5.h])
+     AC_CHECK_LIB([md],[MD5Data])
      AC_CHECK_FUNCS([MD5Data])
    ])
  ])
@
