# HG changeset patch # User pontscho # Date 1006163035 0 # Node ID 734ad5d562efa44f7fa29a58e9b58394490ae7d6 # Parent ef58de7a942fb747ace255ae5fd7cd8dc4aca9bb png detect bug fixed diff -r ef58de7a942f -r 734ad5d562ef configure --- a/configure Mon Nov 19 01:57:27 2001 +0000 +++ b/configure Mon Nov 19 09:43:55 2001 +0000 @@ -1538,6 +1538,10 @@ # incompatible with the GNU libpng echores "disabled on irix (not GNU libpng)" else +cat > $TMPC << EOF +#include +int main(void) { return 0; } +EOF cc_check -lpng -lz -lm && _png=yes echores yes fi