diff options
Diffstat (limited to 'abs/core-testing/libmcrypt/aclocal-fixes.patch')
-rw-r--r-- | abs/core-testing/libmcrypt/aclocal-fixes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core-testing/libmcrypt/aclocal-fixes.patch b/abs/core-testing/libmcrypt/aclocal-fixes.patch new file mode 100644 index 0000000..f001a18 --- /dev/null +++ b/abs/core-testing/libmcrypt/aclocal-fixes.patch @@ -0,0 +1,11 @@ +--- lib/libmcrypt.m4.orig 2006-03-05 13:47:22.000000000 +0000 ++++ lib/libmcrypt.m4 2006-03-05 13:47:39.000000000 +0000 +@@ -14,7 +14,7 @@ + dnl AM_PATH_LIBMCRYPT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]]) + dnl Test for libmcrypt, and define LIBMCRYPT_CFLAGS and LIBMCRYPT_LIBS + dnl +-AC_DEFUN(AM_PATH_LIBMCRYPT, ++AC_DEFUN([AM_PATH_LIBMCRYPT], + [dnl + dnl Get the cflags and libraries from the libmcrypt-config script + dnl |