summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-30 16:28:59 +0200
committerraveit65 <[email protected]>2016-08-31 16:14:15 +0200
commit97aac9d4fb2a2b8ff5f2849b4d0b8c19590e7984 (patch)
tree81288dfd7315692f9f21a180190c8c0e38eb3c35 /configure.ac
parentf277a4e29304aa83d1ede7f6d6481d1c3217781e (diff)
downloadpluma-97aac9d4fb2a2b8ff5f2849b4d0b8c19590e7984.tar.bz2
pluma-97aac9d4fb2a2b8ff5f2849b4d0b8c19590e7984.tar.xz
search-dialog UI: install both UI files to avoid distcheck failure in po folder
using --with-gtk=2.0/3.0 will only install one UI file if WITH_GTK3 is used, for ui_DATA in make file. ui_DATA is in EXTRA_DIST but will only have one UI file, defined by WITH_GTK3 check.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 26da2bce..190e59e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,8 +173,6 @@ case "$with_gtk" in
esac
AC_SUBST(GTK_API_VERSION)
-AM_CONDITIONAL([WITH_GTK3],[test "$with_gtk" = "3.0"])
-
PKG_CHECK_MODULES(GMODULE,gmodule-2.0,[GMODULE_ADD="gmodule-2.0"],[GMODULE_ADD=""])
PKG_CHECK_MODULES(PLUMA, [
libxml-2.0 >= 2.5.0