bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#30431: 27.0.50; "Work even if libpng is install in /usr/local" cause


From: Paul Eggert
Subject: bug#30431: 27.0.50; "Work even if libpng is install in /usr/local" causes build failure
Date: Mon, 12 Feb 2018 16:42:45 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 02/12/2018 01:31 PM, Werner LEMBERG wrote:
-   if test $HAVE_PNG = no; then
+   if test $HAVE_PNG = yes; then
+    LIBPNG="$PNG_LIBS"
+   else
Thanks, Glenn. Werner, does that work for you?
It works just fine, thanks!


     Werner

Thanks for checking. I installed the attached patch, which attempts to implement Glenn's suggestion.

Attachment: 0001-Work-if-libpng-is-in-usr-local-2nd-try.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]