From 2c8389945816b45c2647ee06061007ef3fbff0e3 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 20 Dec 2009 02:16:18 +0100 Subject: [PATCH] cmake: fix obvious mistake in config.h.in --- cmake/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/config.h.in b/cmake/config.h.in index 677b3b0a..f0d64781 100644 --- a/cmake/config.h.in +++ b/cmake/config.h.in @@ -112,7 +112,7 @@ #define XOAP_FILE "$HOME/.xoaprc" #endif /* BUILD_WEATHER_XOAP */ -#ifdef BUILD_WEATHER +#ifdef BUILD_WEATHER_METAR #define WEATHER #define WEATHER #endif /* BUILD_WEATHER */