Ticket #29665: patch-configure.diff
File patch-configure.diff, 1.8 KB (added by rudloff@…, 13 years ago) |
---|
-
(a) configure_old vs. (b) configure
a b 5822 5822 typedef unsigned char uchar_t; 5823 5823 typedef unsigned short ushort_t; 5824 5824 typedef unsigned long ulong_t; 5825 typedef unsigned int uint_t;5825 typedef long unsigned int uint_t; 5826 5826 typedef unsigned char bool_t; 5827 5827 5828 5828 … … 6272 6272 6273 6273 if test "x$png_ok" = "xyes"; then 6274 6274 old_libs="$LIBS" 6275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_ check_sigin -lpng" >&56276 $as_echo_n "checking for png_ check_sigin -lpng... " >&6; }6277 if test "${ac_cv_lib_png_png_ check_sig+set}" = set; then :6275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_sig_cmp in -lpng" >&5 6276 $as_echo_n "checking for png_sig_cmp in -lpng... " >&6; } 6277 if test "${ac_cv_lib_png_png_sig_cmp+set}" = set; then : 6278 6278 $as_echo_n "(cached) " >&6 6279 6279 else 6280 6280 ac_check_lib_save_LIBS=$LIBS … … 6288 6288 #ifdef __cplusplus 6289 6289 extern "C" 6290 6290 #endif 6291 char png_ check_sig();6291 char png_sig_cmp (); 6292 6292 int 6293 6293 main () 6294 6294 { 6295 return png_ check_sig();6295 return png_sig_cmp (); 6296 6296 ; 6297 6297 return 0; 6298 6298 } 6299 6299 _ACEOF 6300 6300 if ac_fn_c_try_link "$LINENO"; then : 6301 ac_cv_lib_png_png_ check_sig=yes6301 ac_cv_lib_png_png_sig_cmp=yes 6302 6302 else 6303 ac_cv_lib_png_png_ check_sig=no6303 ac_cv_lib_png_png_sig_cmp=no 6304 6304 fi 6305 6305 rm -f core conftest.err conftest.$ac_objext \ 6306 6306 conftest$ac_exeext conftest.$ac_ext 6307 6307 LIBS=$ac_check_lib_save_LIBS 6308 6308 fi 6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_ check_sig" >&56310 $as_echo "$ac_cv_lib_png_png_ check_sig" >&6; }6311 if test "x$ac_cv_lib_png_png_ check_sig" = x""yes; then :6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_sig_cmp" >&5 6310 $as_echo "$ac_cv_lib_png_png_sig_cmp" >&6; } 6311 if test "x$ac_cv_lib_png_png_sig_cmp" = x""yes; then : 6312 6312 png_ok=yes 6313 6313 else 6314 6314 png_ok=no