mldonkey-bugs
[Top][All Lists]
Advanced

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

[Mldonkey-bugs] [bug #13480] GD libraries not found on FreeBSD


From: savannah-bounces
Subject: [Mldonkey-bugs] [bug #13480] GD libraries not found on FreeBSD
Date: Thu, 23 Jun 2005 15:20:20 +0000
User-agent: Opera/8.01 (Windows NT 5.1; U; en)

Follow-up Comment #8, bug #13480 (project mldonkey):

This has nothing to do with all gd libs not being found when the LDFLAGS
variable isn't used... but should this patch be applied?

--- configure.in        Mon Jun 20 20:52:57 2005
+++ ../../mldonkey_old/config/configure.in      Thu Jun 23 17:11:29 2005
@@ -1033,7 +1033,7 @@
 AC_CHECK_LIB(gd, gdImageGif,[LIBGD_GIF=yes])

 LIBGD_PNG=no
-AC_CHECK_LIB(gd, gdImagePng, [LIBGD_JPG=yes])
+AC_CHECK_LIB(gd, gdImagePng, [LIBGD_PNG=yes])

 LIBGD_JPG=no
 AC_CHECK_LIB(gd, gdImageJpeg, [LIBGD_JPG=yes])



Somehow that seems more natural, but I have too little experience with it to
know that it is correct.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=13480>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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