jbrowsetix / jbrowse

jbrowse non-fork to test tix migration
Other
1 stars 0 forks source link

configure script does not check libpng version #18

Open jbrowsetix opened 13 years ago

jbrowsetix commented 13 years ago

If libpng version is <1.4.0, linking of wig2png fails with the error message "undefined reference to `png_set_longjmp_fn’"

This could be fixed by updating the autoconf script (configure.in) to check the version of libpng, or (alternatively) to test for "png_set_longjmp_fn" in the AC_SEARCH_LIBS macro, rather than the current test for "png_create_write_struct"

original LH ticket

This ticket has 0 attachment(s).