blob: 1a89d771ee93832ed65f5b4654d691442497da76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: configure.in
diff -u configure.in.orig configure.in
--- configure.in.orig Sat May 29 04:59:21 2004
+++ configure.in Sat May 29 05:03:04 2004
@@ -933,7 +933,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
|