Skip to content
Snippets Groups Projects
Commit 8b629f99 authored by User expired's avatar User expired
Browse files

always installing phpliteadmin when using spatialite now

parent 51efff8e
No related branches found
No related tags found
No related merge requests found
Upcoming version:
-----------------
- always installing phpliteadmin when using spatialite now (Nikolaus Krismer)
- fixed problems with filenames in config (Nikolaus Krismer)
- merged (Nikolaus Krismer)
- re-activated Neo4J-spatial (with help from Robert Bierbauer's and his master thesis) (Nikolaus Krismer)
......
......@@ -230,6 +230,7 @@ if $IMPORT_DATA_POSTGIS; then
fi
if $IMPORT_DATA_SPATIALITE || $INSTALL_GDAL || $INSTALL_SPATIALITE_ADMIN; then
INSTALL_SPATIALITE=true
INSTALL_SPATIALITE_ADMIN=true
fi
if $INSTALL_POSTGRES_ADMIN || $INSTALL_SPATIALITE_ADMIN; then
INSTALL_HTTPD=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment