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

Commit 2012f7c

Browse files
author
Matthias Koeppe
committed
build/pkgs/ppl/spkg-configure.m4: Add depcheck on gcc
1 parent 04ca242 commit 2012f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/ppl/spkg-configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SAGE_SPKG_CONFIGURE([ppl], [
2-
SAGE_SPKG_DEPCHECK([glpk gmp mpir], [
2+
SAGE_SPKG_DEPCHECK([gcc glpk gmp mpir], [
33
# If our dependencies come from the system, then we can use the
44
# system ppl, too. This macro works sort-of like the
55
# PKG_CHECK_MODULES macro, defining e.g. PPL_CFLAGS when a

0 commit comments

Comments
 (0)