summaryrefslogtreecommitdiff
path: root/security/php4-mcrypt/patches/patch-aa
blob: 740f67d1980b5ce8ad279bddd353aedbd9bae045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2003/03/05 09:07:24 wiz Exp $

--- config.m4.orig	Fri Jan  4 15:13:53 2002
+++ config.m4
@@ -31,7 +31,7 @@ if test "$PHP_MCRYPT" != "no"; then
   ],[
     PHP_CHECK_LIBRARY(mcrypt, init_mcrypt, 
     [
-      AC_DEFINE(HAVE_LIBMCRYPT22,1,[ ])
+      AC_DEFINE(HAVE_LIBMCRYPT24,1,[ ])
     ],[
       AC_MSG_ERROR([Sorry, I was not able to diagnose which libmcrypt version you have installed.])
     ],[