diff options
author | Pablo Barciela <[email protected]> | 2019-07-05 17:50:48 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2019-07-24 12:15:39 +0200 |
commit | 560dd38d0a444cdcd4916c739f53acc924e66578 (patch) | |
tree | 2e009ecab6b277e188a3f3fd3a593d5a08d9fb9c /configure.ac | |
parent | c8502b890d0e308456b1b22cf8c6cbe396ed8545 (diff) | |
download | mate-desktop-560dd38d0a444cdcd4916c739f53acc924e66578.tar.bz2 mate-desktop-560dd38d0a444cdcd4916c739f53acc924e66578.tar.xz |
make 'rsvg-convert' optional
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index f68e526..4cc3945 100644 --- a/configure.ac +++ b/configure.ac @@ -229,9 +229,7 @@ GTK_DOC_CHECK([1.4]) dnl ICONS: convert svg to png AC_PATH_PROG(RSVG_CONVERT, rsvg-convert) -if test x$RSVG_CONVERT = x ; then - AC_MSG_ERROR([could not locate rsvg-convert]) -fi +AM_CONDITIONAL([HAVE_RSVG_CONVERT], [test "x$RSVG_CONVERT" != x]) AC_CONFIG_FILES([ Makefile |