Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit c15435e

Browse files
author
Matthias Koeppe
committed
m4/sage_spkg_collect.m4: Reduce verbosity by removing 'does not support check for system package'
1 parent d28b75a commit c15435e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

m4/sage_spkg_collect.m4

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ for DIR in $SAGE_ROOT/build/pkgs/*; do
208208
], [ message="not required on your platform; SPKG will not be installed"
209209
])
210210
], [
211-
dnl We won't use the system package.
211+
dnl We will not use the system package.
212212
SAGE_BUILT_PACKAGES="${SAGE_BUILT_PACKAGES} \\$(printf '\n ')${SPKG_NAME}"
213213
AS_VAR_SET_IF([sage_use_system], [
214214
AS_VAR_COPY([reason], [sage_use_system])
@@ -218,9 +218,6 @@ for DIR in $SAGE_ROOT/build/pkgs/*; do
218218
],
219219
[installed], [ message="already installed as an SPKG$uninstall_message" ],
220220
[ message="$reason; $message" ])
221-
], [
222-
# Package does not use spkg-configure.m4 yet
223-
message="does not support check for system package; $message"
224221
])
225222
])
226223

0 commit comments

Comments
 (0)