diff options
Diffstat (limited to 'textproc/libxslt/patches/patch-ac')
-rw-r--r-- | textproc/libxslt/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/libxslt/patches/patch-ac b/textproc/libxslt/patches/patch-ac new file mode 100644 index 00000000000..5578b27c231 --- /dev/null +++ b/textproc/libxslt/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.4 2005/12/24 20:34:55 kim Exp $ + +--- configure.in.orig 2005-09-05 01:19:44.000000000 +0300 ++++ configure.in 2005-12-24 22:32:02.000000000 +0200 +@@ -469,7 +469,7 @@ + fi + + AC_SUBST(WITH_MODULES) +-AM_CONDITIONAL(WITH_MODULES, test "$WITH_MODULES" == "1") ++AM_CONDITIONAL(WITH_MODULES, test "$WITH_MODULES" = "1") + + dnl + dnl setup default module path |