|
@@ -182,7 +182,6 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
|
|
|
--with-proj-share=$OSGEO4W_ROOT_MSYS/share/proj \
|
|
|
--with-gdal=$PWD/mswindows/osgeo4w/gdal-config \
|
|
|
--with-geos=$PWD/mswindows/osgeo4w/geos-config \
|
|
|
- --with-liblas=$PWD/mswindows/osgeo4w/liblas-config \
|
|
|
--with-sqlite \
|
|
|
--with-regex \
|
|
|
--with-nls \
|
|
@@ -192,6 +191,8 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
|
|
|
--with-postgres \
|
|
|
--with-opengl=windows
|
|
|
|
|
|
+# see https://trac.osgeo.org/osgeo4w/ticket/539#ticket
|
|
|
+# --with-liblas=$PWD/mswindows/osgeo4w/liblas-config
|
|
|
touch mswindows/osgeo4w/configure-stamp
|
|
|
fi
|
|
|
|