ext/RMagick/extconf.rb in rmagick-windows-2.16.2 vs ext/RMagick/extconf.rb in rmagick-windows-2.16.3

- old
+ new

@@ -37,11 +37,11 @@ #headers = %w{assert.h ctype.h errno.h float.h limits.h math.h stdarg.h stddef.h stdint.h stdio.h stdlib.h string.h time.h} @headers = %w{assert.h ctype.h stdio.h stdlib.h math.h time.h} headers << 'stdint.h' if have_header('stdint.h') # defines uint64_t headers << 'sys/types.h' if have_header('sys/types.h') - if have_header('wand/MagickWand.h') - headers << 'wand/MagickWand.h' + if have_header('MagickWand/MagickWand.h') + headers << 'MagickWand/MagickWand.h' else exit_failure "\nCan't install RMagick #{RMAGICK_VERS}. Can't find MagickWand.h." end end