From 109b2aa3a96405c0bf0ec48e2c59f4e97fc5b03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 27 Dec 2013 04:07:32 +0100 Subject: Fix FTBFS with gpsim >= 0.27 --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 6c12ac3..c8499c0 100644 --- a/config.h.in +++ b/config.h.in @@ -9,6 +9,9 @@ /* Gpsim 0.21.4 was found */ #undef GPSIM_0_21_4 +/* Gpsim 0.27.0 was found */ +#undef GPSIM_0_27_0 + /* Define to 1 if you have the header file. */ #undef HAVE_CARBON_CARBON_H -- cgit v1.2.1