[Liblas-commits] r1341 - trunk

liblas-commits at liblas.org liblas-commits at liblas.org
Fri Aug 14 20:28:58 EDT 2009


Author: mloskot
Date: Fri Aug 14 20:28:55 2009
New Revision: 1341
URL: http://liblas.org/changeset/1341

Log:
Use more generic name of boost_iostreams-mt library that doesn't specify exact version of toolset used to build.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Fri Aug 14 20:28:55 2009
@@ -288,7 +288,7 @@
 
 if test "${HAVE_BOOST}" == "yes" ; then
     HAVE_BOOST="yes"
-    LIBS="$BOOST_LDFLAGS -lboost_iostreams-gcc40-mt $LIBS"
+    LIBS="$BOOST_LDFLAGS -lboost_iostreams-mt $LIBS"
 fi
 
 dnl #########################################################################


More information about the Liblas-commits mailing list