View | Details | Raw Unified | Return to bug 110141
Collapse All | Expand All

(-)ImageMagick/files/patch-configure (-3 / +30 lines)
Lines 1-6 Link Here
1
--- configure.bak	Fri Feb  6 09:19:49 2004
1
--- configure.bak	Fri Jan 19 18:41:09 2007
2
+++ configure	Wed Apr 21 16:47:25 2004
2
+++ configure	Fri Mar  9 18:57:17 2007
3
@@ -23161,6 +23161,7 @@
3
@@ -18914,6 +18914,7 @@
4
 
4
 
5
 # This can be used to rebuild libtool when needed
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
Lines 8-10 Link Here
8
 
8
 
9
 # Always use our own libtool.
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
11
@@ -34656,7 +34657,7 @@
12
 #define HasFONTCONFIG 1
13
 _ACEOF
14
 
15
-  if test "$with_modules" == 'no' ; then
16
+  if test "$with_modules" = 'no' ; then
17
     CPPFLAGS="$FONTCONFIG_CFLAGS $CPPFLAGS"
18
   fi
19
 fi
20
@@ -36774,7 +36775,7 @@
21
 #define HasGVC 1
22
 _ACEOF
23
 
24
-  if test "$with_modules" == 'no' ; then
25
+  if test "$with_modules" = 'no' ; then
26
     CPPFLAGS="$GVC_CFLAGS $CPPFLAGS"
27
   fi
28
 fi
29
@@ -37319,7 +37320,7 @@
30
 #define HasRSVG 1
31
 _ACEOF
32
 
33
-  if test "$with_modules" == 'no' ; then
34
+  if test "$with_modules" = 'no' ; then
35
     CPPFLAGS="$RSVG_CFLAGS $CPPFLAGS"
36
   fi
37
 fi

Return to bug 110141