mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-28 09:58:29 +01:00
a50161baf2
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
13 lines
405 B
Diff
13 lines
405 B
Diff
--- mate-utils-1.22.1/configure.ac.old 2019-04-24 03:09:08.151268279 +0700
|
|
+++ mate-utils-1.22.1/configure.ac 2019-04-24 03:09:21.538393496 +0700
|
|
@@ -34,10 +34,6 @@
|
|
if test x$RSVG_CONVERT = x ; then
|
|
AC_MSG_ERROR([could not locate rsvg-convert])
|
|
fi
|
|
-AC_PATH_PROG(INKSCAPE, inkscape)
|
|
-if test x$INKSCAPE = x ; then
|
|
- AC_MSG_ERROR([could not locate inkscape])
|
|
-fi
|
|
|
|
MATE_COMPILE_WARNINGS([yes])
|
|
|