diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-05-11 21:33:46 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-11 22:02:24 -0700 |
commit | f5ef74202b8295400e5f26d1fa80b90223f822da (patch) | |
tree | a513e68f368055bf2f194dc662fb4d87d2d2a889 /main.c | |
parent | 5775905727150b4f2f5556b84814acdc46e2d717 (diff) | |
download | subsurface-f5ef74202b8295400e5f26d1fa80b90223f822da.tar.gz |
Require libzip, xslt and osm-gps-map in all builds
Conditional inclusion of libzip, xslt and osm-gps-map just
makes testing more cumbersome, since testers might lack
Subsurface features without knowing.
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -10,9 +10,7 @@ #include "dive.h" #include "divelist.h" -#if HAVE_OSM_GPS_MAP #include <osm-gps-map.h> -#endif #ifdef DEBUGFILE char *debugfilename; FILE *debugfile; @@ -38,9 +36,7 @@ struct preferences default_prefs = { .calc_ceiling_3m_incr = FALSE, .gflow = 0.30, .gfhigh = 0.75, -#if HAVE_OSM_GPS_MAP .map_provider = OSM_GPS_MAP_SOURCE_VIRTUAL_EARTH_HYBRID, -#endif }; /* random helper functions, used here or elsewhere */ |