LMPX.COM |
Home | Linux | Mysql | PHP | XML | ||
|
|
|||
From: gd-bugs@lists.php.net Date: Thu Jul 24 08:50:38 2008 Subject: [libGD] #172 [Comment added] GD's configure is unable to find and use libpng-config if it is not in the system path
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#172 - GD's configure is unable to find and use libpng-config if it is not in the system path
User who did this - Daniel Morissette (dmorissette)
----------
We were pointing --with-png to the libpng install prefix and not to the source, but with GD 2.0.35 that didn't work because it was using the following in configure.ac which only looks in the system PATH without checking the specified path:
if test "$withval" != no; then
AC_PATH_PROG([LIBPNG12_CONFIG], [libpng12-config])
AC_PATH_PROG([LIBPNG_CONFIG], [libpng-config])
...
However I just checked the configure.ac from GD 2.0.36RC1 and that seems to have been fixed: it seems to check in the specified path first now.
Norm, can you please re-test this with GD-2.0.36RC1 and confirm that the problem is indeed fixed?
----------
More information can be found at the following URL:
http://bugs.libgd.org/?do=details&task_id=172#comment574
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
| Navigate in group php.gd.bugs at sever news.php.net | |
| Previous | Next |
| © No Copyright You are free to use Anything |
Site Maintained by PHP Developer
Powered By PHP Consultants |