summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorViktor Odintsev <zakhams@gmail.com>2017-06-29 16:23:22 +0300
committerViktor Odintsev <ninetls@xfce.org>2017-06-29 16:23:22 +0300
commitb351f17b981c26f537d49a2bc7b3a6f7fc7e3f9c (patch)
treeb240d809569bf1f8e5632f02927810472d91d7c6 /configure.ac.in
parent479857e578e4cb2882534ec4ee633ea074e8afee (diff)
downloadxfwm4-b351f17b981c26f537d49a2bc7b3a6f7fc7e3f9c.tar.gz
Replace inline pixbuf with gresource
monitor-icon.svg was updated to look more modern. PNG file was removed because pixbuf can be generated from SVG file directly.
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 1de61c15a..8ab67d812 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -108,6 +108,13 @@ AS_IF([test "x$USE_MAINTAINER_MODE" = "xyes"],
echo '*** is specified.'
exit 1
])
+ AC_PATH_PROG([GLIB_COMPILE_RESOURCES], [glib-compile-resources])
+ AS_IF([test -z "$GLIB_COMPILE_RESOURCES"],
+ [
+ echo '*** The program "glib-compile-resources" is required to build when --enable-maintainer-mode'
+ echo '*** is specified.'
+ exit 1
+ ])
])
dnl