ports/security/pam-mysql/files/patch-acinclude_m4
Edwin Groothuis 8754909e19 [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
2007-09-30 06:14:09 +00:00

12 lines
279 B
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])
])
])