]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 26 Sep 2009 23:04:25 +0000 (23:04 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 26 Sep 2009 23:04:25 +0000 (23:04 +0000)
PerlMagick/Makefile.PL.in

index 35fa0d64aacd23b70b111b535727eb74b92b84c8..4bcec6fcec319c3e34066fb2863d91ed30b9b93c 100644 (file)
@@ -62,7 +62,7 @@ WriteMakefile
    'INC'       => '-I../ -I@top_srcdir@ @CPPFLAGS@ -I"' . $Config{'usrinc'} . '/ImageMagick"',
 
    # C compiler
-   'CC' => '@CC@',
+   #'CC' => '@CC@',
 
    # C pre-processor flags (e.g. -I & -D options)
    # 'CPPFLAGS' => "$Config{'cppflags'} @CPPFLAGS@",
@@ -71,7 +71,7 @@ WriteMakefile
    'CCFLAGS' => "$Config{'ccflags'} @CFLAGS@",
 
    # Linker
-   'LD' => $Config{'ld'} == $Config{'cc'} ? '@CC@' : $Config{'ld'},
+   #'LD' => $Config{'ld'} == $Config{'cc'} ? '@CC@' : $Config{'ld'},
 
    # Linker flags for building an executable
    'LDFLAGS' =>  "-L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand $Config{'ldflags'} @LDFLAGS@",