diff options
author | raveit65 <[email protected]> | 2015-10-06 14:44:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-10-06 14:45:15 +0200 |
commit | 9ec94f9857cb3da16176441b0bb6224bcdd1eae8 (patch) | |
tree | a44894e71ce161ec2465b903153dd26f73f7aca4 /configure.ac | |
parent | d0088f4b8cad01ba03b91421082eb543c6794308 (diff) | |
download | eom-9ec94f9857cb3da16176441b0bb6224bcdd1eae8.tar.bz2 eom-9ec94f9857cb3da16176441b0bb6224bcdd1eae8.tar.xz |
fix gtk3 build
eom.css was not created by make dist
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b941ab1..3654cac 100644 --- a/configure.ac +++ b/configure.ac @@ -111,7 +111,6 @@ case "$with_gtk" in ;; esac AC_SUBST(GTK_API_VERSION) -AM_CONDITIONAL([HAVE_GTK3], [test "x$GTK_API_VERSION" = "x3.0"]) GLIB_REQUIRED=2.36.0 GIO_REQUIRED=2.36.0 |