diff options
author | rbuj <[email protected]> | 2020-04-26 18:54:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-28 12:00:30 +0200 |
commit | 5324e00cf15ffd87d631bb4e2e0317daeb1014e1 (patch) | |
tree | a5c10af06f482b8a5f35d3106d0fbabc3c5b6e3c /configure.ac | |
parent | f42878c7f6d64d948e0ea0025e94ee136b63fd6f (diff) | |
download | mate-terminal-5324e00cf15ffd87d631bb4e2e0317daeb1014e1.tar.bz2 mate-terminal-5324e00cf15ffd87d631bb4e2e0317daeb1014e1.tar.xz |
build: SMlib is dependent on ICElib
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ce859c8..51f6149 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,7 @@ AC_ARG_ENABLE(smclient, have_sm=no if test "x$enable_smclient" != "xno"; then - PKG_CHECK_MODULES(SMCLIENT, sm >= 1.0.0, have_sm=yes, [ + PKG_CHECK_MODULES(SMCLIENT, sm >= 1.0.0 ice >= 1.0.0, have_sm=yes, [ if test "x$enable_smclient" = "xyes"; then AC_MSG_ERROR([smclient enabled but SM library not found]) fi |