From 47e9b0064b89332794f3e621c8a20ab1898b70c3 Mon Sep 17 00:00:00 2001 From: Sorokin Alexei Date: Sat, 12 Dec 2015 16:49:22 +0300 Subject: Fix compilation with enabled GObject Introspection --- configure.ac | 2 ++ src/main.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 98063f4..b24bda7 100644 --- a/configure.ac +++ b/configure.ac @@ -142,6 +142,8 @@ else have_introspection=no fi +AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$have_introspection" = xyes) + # *************** # ZLIB (required) # *************** diff --git a/src/main.c b/src/main.c index a581e55..f4d24c9 100644 --- a/src/main.c +++ b/src/main.c @@ -30,7 +30,7 @@ #include #include #endif -#ifdef HAVE_INSTROSPECTION +#ifdef HAVE_INTROSPECTION #include #endif -- cgit v1.2.1