Revision: 42463
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42463&view=rev
Author:   erikgreenwald
Date:     2011-01-19 21:34:34 +0000 (Wed, 19 Jan 2011)

Log Message:
-----------
tkpng -> libtkpng

Modified Paths:
--------------
    brlcad/trunk/configure.ac

Modified: brlcad/trunk/configure.ac
===================================================================
--- brlcad/trunk/configure.ac   2011-01-19 21:32:38 UTC (rev 42462)
+++ brlcad/trunk/configure.ac   2011-01-19 21:34:34 UTC (rev 42463)
@@ -3234,7 +3234,7 @@
 dnl *** tkpng ***
 dnl figure out whether we need to build tkpng
 TKPNG_VERSION="0.8"
-TKPNG_LIB_FILE="tkpng${SHLIB_SUFFIX}"
+TKPNG_LIB_FILE="libtkpng${SHLIB_SUFFIX}"
 case $host_os in
      *netbsd-*|*freebsd-[[1-3]]*.*|*openbsd-[[1-3]]*|*sunos4*)
         # some OS's don't like dots in the lib name
@@ -3246,7 +3246,7 @@
 AC_MSG_CHECKING(whether to build tkpng)
 if test ! "x$bc_build_tkpng" = "xno" ; then
     build_brlcad_tkpng=yes
-    TKPNG='${top_builddir}/src/other/tkpng/tkpng${TKPNG_VERSION}.la'
+    TKPNG='${top_builddir}/src/other/tkpng/libtkpng${TKPNG_VERSION}.la'
     AC_MSG_RESULT(yes)
 else
     build_brlcad_tkpng=no


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to