[Bug 10360] Configure is not linking to libhal or libpng12 even after providing . so symlinks

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 30 08:23:32 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=10360


Stephan Hermann <sh at sourcecode.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sh at sourcecode.de




--- Comment #12 from Stephan Hermann <sh at sourcecode.de>  2008-01-30 08:22:34 ---
Well, 
the bug report needs to be reopened, because the fix for the libpng.so issue is
to fix configure.ac/configure to recognize the real name of libpng which is
libpng12.

Regards,

\sh

Index: wine-0.9.54/configure.ac
===================================================================
--- wine-0.9.54.orig/configure.ac       2008-01-27 16:39:56.937728807 +0100
+++ wine-0.9.54/configure.ac    2008-01-27 16:40:23.362712195 +0100
@@ -1162,7 +1162,7 @@
 dnl **** Check for libpng ****
 if test "$ac_cv_header_png_h" = "yes"
 then
-    WINE_CHECK_SONAME(png,png_create_read_struct,,,,[[libpng[[0-9]]*]])
+    WINE_CHECK_SONAME(png12,png_create_read_struct,,,,[[libpng[[0-9]]*]])
 fi
 WINE_NOTICE_WITH(png,[test "x$ac_cv_lib_soname_png" = "x"],
                  [libpng development files not found, PNG won't be
supported.])


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list