Skip to content

Commit bdff203

Browse files
cite Alpine explicitly (#462)
1 parent e994e0e commit bdff203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ echo "#include $PKG_TEST_HEADER" | ${CC} ${CPPFLAGS} ${PKG_CFLAGS} ${CFLAGS} -E
6262
if [ $? -ne 0 ]; then
6363
echo "------------------------- ANTICONF ERROR ---------------------------"
6464
echo "Configuration failed because $PKG_CONFIG_NAME was not found. Try installing:"
65-
echo " * deb: $PKG_DEB_NAME (Debian, Ubuntu, etc)"
65+
echo " * deb: $PKG_DEB_NAME (Debian, Ubuntu, Alpine, etc)"
6666
echo " * rpm: $PKG_RPM_NAME (Fedora, CentOS, RHEL)"
6767
echo " * csw: $PKG_CSW_NAME (Solaris)"
6868
echo "If $PKG_CONFIG_NAME is already installed, check that 'pkg-config' is in your"

0 commit comments

Comments
 (0)