[Liblas-commits] hg: fix #231 for Doug Newcomb

liblas-commits at liblas.org liblas-commits at liblas.org
Wed Jun 22 12:53:49 EDT 2011


details:   http://hg.liblas.orghg/rev/6fb8cbd436c4
changeset: 2994:6fb8cbd436c4
user:      Howard Butler <hobu.inc at gmail.com>
date:      Wed Jun 22 11:53:38 2011 -0500
description:
fix #231 for Doug Newcomb

diffstat:

 apps/liblas-config.in |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 340de455b3a0 -r 6fb8cbd436c4 apps/liblas-config.in
--- a/apps/liblas-config.in	Wed Jun 22 11:48:24 2011 -0500
+++ b/apps/liblas-config.in	Wed Jun 22 11:53:38 2011 -0500
@@ -4,7 +4,7 @@
 libdir=@libdir@
 
 INCLUDES="-I${prefix}/include "
-LIBS="-L$libdir -llas -llas_c -L at Boost_LIBRARY_DIRS@ @Boost_PROGRAM_OPTIONS_LIBRARY@"
+LIBS="-L$libdir -llas -llas_c -L at Boost_LIBRARY_DIRS@ @Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE@ @Boost_THREAD_LIBRARY_RELEASE@" 
 
 GDAL_INCLUDE="@GDAL_INCLUDE_DIR@"
 if test -n "$GDAL_INCLUDE" ; then 


More information about the Liblas-commits mailing list