summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGeorge Williams <pfaedit@users.sourceforge.net>2011-02-14 19:47:23 -0800
committerGeorge Williams <pfaedit@users.sourceforge.net>2011-02-14 19:47:23 -0800
commit56d61267572908c849f9bec3680cf06b6a99e479 (patch)
tree55a8420c8a097f4f237e1e99763e4178c3a77b01 /configure
parent9a0650431cae1038ee8d2b488f77d7c0c99f3a67 (diff)
Patch by Thomas Klausner to support png1.5 (and some other little supporting changes).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure106
1 files changed, 96 insertions, 10 deletions
diff --git a/configure b/configure
index a7727917..a24a7251 100755
--- a/configure
+++ b/configure
@@ -20475,13 +20475,13 @@ else
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_create_read_struct in -lpng" >&5
-$as_echo_n "checking for png_create_read_struct in -lpng... " >&6; }
-if test "${ac_cv_lib_png_png_create_read_struct+set}" = set; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_create_read_struct in -lpng16" >&5
+$as_echo_n "checking for png_create_read_struct in -lpng16... " >&6; }
+if test "${ac_cv_lib_png16_png_create_read_struct+set}" = set; then :
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpng -lz -lm $LIBS"
+LIBS="-lpng16 -lz -lm $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -20501,18 +20501,60 @@ return png_create_read_struct ();
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_png_png_create_read_struct=yes
+ ac_cv_lib_png16_png_create_read_struct=yes
else
- ac_cv_lib_png_png_create_read_struct=no
+ ac_cv_lib_png16_png_create_read_struct=no
fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_create_read_struct" >&5
-$as_echo "$ac_cv_lib_png_png_create_read_struct" >&6; }
-if test "x$ac_cv_lib_png_png_create_read_struct" = x""yes; then :
- :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png16_png_create_read_struct" >&5
+$as_echo "$ac_cv_lib_png16_png_create_read_struct" >&6; }
+if test "x$ac_cv_lib_png16_png_create_read_struct" = x""yes; then :
+ $as_echo "#define _LIBPNG16 1" >>confdefs.h
+
+else
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_create_read_struct in -lpng15" >&5
+$as_echo_n "checking for png_create_read_struct in -lpng15... " >&6; }
+if test "${ac_cv_lib_png15_png_create_read_struct+set}" = set; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-lpng15 -lz -lm $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char png_create_read_struct ();
+int
+main ()
+{
+return png_create_read_struct ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_png15_png_create_read_struct=yes
+else
+ ac_cv_lib_png15_png_create_read_struct=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png15_png_create_read_struct" >&5
+$as_echo "$ac_cv_lib_png15_png_create_read_struct" >&6; }
+if test "x$ac_cv_lib_png15_png_create_read_struct" = x""yes; then :
+ $as_echo "#define _LIBPNG15 1" >>confdefs.h
+
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_create_read_struct in -lpng14" >&5
@@ -20596,6 +20638,46 @@ if test "x$ac_cv_lib_png12_png_create_read_struct" = x""yes; then :
$as_echo "#define _LIBPNG12 1" >>confdefs.h
else
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_create_read_struct in -lpng" >&5
+$as_echo_n "checking for png_create_read_struct in -lpng... " >&6; }
+if test "${ac_cv_lib_png_png_create_read_struct+set}" = set; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_check_lib_save_LIBS=$LIBS
+LIBS="-lpng -lz -lm $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char png_create_read_struct ();
+int
+main ()
+{
+return png_create_read_struct ();
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_lib_png_png_create_read_struct=yes
+else
+ ac_cv_lib_png_png_create_read_struct=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_create_read_struct" >&5
+$as_echo "$ac_cv_lib_png_png_create_read_struct" >&6; }
+if test "x$ac_cv_lib_png_png_create_read_struct" = x""yes; then :
+ :
+else
$as_echo "#define _NO_LIBPNG 1" >>confdefs.h
fi
@@ -20604,6 +20686,10 @@ fi
fi
+fi
+
+fi
+
ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
if test "x$ac_cv_header_png_h" = x""yes; then :
: