blob: 8a49283b8069450c337e25923d18c3a09901a89b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
$NetBSD: patch-aa,v 1.43 2007/04/18 22:44:22 drochner Exp $
--- configure.orig 2007-03-31 22:30:48.000000000 +0200
+++ configure
@@ -18984,9 +18984,6 @@ fi
# Enable building/use of libltdl if we are building shared libraries regardless
# of whether modules are built or not.
with_ltdl='no'
-if test "$libtool_build_shared_libs" != 'no' ; then
- with_ltdl='yes'
-fi
if test "$with_ltdl" != 'no'; then
WITH_LTDL_TRUE=
@@ -34622,7 +34619,7 @@ cat >>confdefs.h <<\_ACEOF
#define HasFONTCONFIG 1
_ACEOF
- if test "$with_modules" == 'no' ; then
+ if test "$with_modules" = 'no' ; then
CPPFLAGS="$FONTCONFIG_CFLAGS $CPPFLAGS"
fi
fi
@@ -36794,7 +36791,7 @@ cat >>confdefs.h <<\_ACEOF
#define HasGVC 1
_ACEOF
- if test "$with_modules" == 'no' ; then
+ if test "$with_modules" = 'no' ; then
CPPFLAGS="$GVC_CFLAGS $CPPFLAGS"
fi
fi
@@ -37337,7 +37334,7 @@ cat >>confdefs.h <<\_ACEOF
#define HasRSVG 1
_ACEOF
- if test "$with_modules" == 'no' ; then
+ if test "$with_modules" = 'no' ; then
CPPFLAGS="$RSVG_CFLAGS $CPPFLAGS"
fi
fi
|