From f5ef74202b8295400e5f26d1fa80b90223f822da Mon Sep 17 00:00:00 2001 From: Henrik Brautaset Aronsen Date: Sat, 11 May 2013 21:33:46 +0200 Subject: 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 Signed-off-by: Dirk Hohndel --- main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 3c0ea7381..a57e12981 100644 --- a/main.c +++ b/main.c @@ -10,9 +10,7 @@ #include "dive.h" #include "divelist.h" -#if HAVE_OSM_GPS_MAP #include -#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 */ -- cgit v1.2.3-70-g09d2