blob: 956dba820e5404962e63219b1648cd87e8be6871 (
plain) (
blame)
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
|
--- configure.orig Tue Apr 3 21:30:12 2007
+++ configure Tue Apr 3 21:31:01 2007
@@ -18904,6 +18904,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -34622,7 +34623,7 @@
#define HasFONTCONFIG 1
_ACEOF
- if test "$with_modules" == 'no' ; then
+ if test "$with_modules" = 'no' ; then
CPPFLAGS="$FONTCONFIG_CFLAGS $CPPFLAGS"
fi
fi
@@ -36794,7 +36795,7 @@
#define HasGVC 1
_ACEOF
- if test "$with_modules" == 'no' ; then
+ if test "$with_modules" = 'no' ; then
CPPFLAGS="$GVC_CFLAGS $CPPFLAGS"
fi
fi
@@ -37337,7 +37338,7 @@
#define HasRSVG 1
_ACEOF
- if test "$with_modules" == 'no' ; then
+ if test "$with_modules" = 'no' ; then
CPPFLAGS="$RSVG_CFLAGS $CPPFLAGS"
fi
fi
|