13 lines
531 B
Text
13 lines
531 B
Text
$NetBSD: patch-am,v 1.2 2005/03/02 21:42:48 wiz Exp $
|
|
|
|
--- configure.in.orig Mon Nov 22 22:27:07 2004
|
|
+++ configure.in Sun Nov 28 14:36:32 2004
|
|
@@ -944,7 +944,7 @@
|
|
dnl add perl cccdlflags when building libraries -- this ensures that the
|
|
dnl libraries will be compiled as PIC if perl requires PIC objects
|
|
dnl -- this is needed on NetBSD, but seems to cause problems on atleast Solaris --
|
|
-dnl eval `${PERL} -V:cccdlflags`
|
|
+ eval `${PERL} -V:cccdlflags`
|
|
PERL_CCCDLFLAGS="$cccdlflags"
|
|
AC_SUBST(PERL_CCCDLFLAGS)
|
|
fi
|