diff options
author | Sorokin Alexei <[email protected]> | 2015-12-12 16:49:22 +0300 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-12 16:31:31 +0100 |
commit | 47e9b0064b89332794f3e621c8a20ab1898b70c3 (patch) | |
tree | 1385746a36b4ddb7133b527673a22f956a406e33 /configure.ac | |
parent | f2778c8a2b3879faa04d75ea0904ee8d41fac44c (diff) | |
download | eom-47e9b0064b89332794f3e621c8a20ab1898b70c3.tar.bz2 eom-47e9b0064b89332794f3e621c8a20ab1898b70c3.tar.xz |
Fix compilation with enabled GObject Introspection
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
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) # *************** |