mirror of
https://github.com/znc/znc.git
synced 2026-07-05 01:11:53 +02:00
Merge branch 'buildmod' of https://github.com/kylef/znc
This commit is contained in:
@@ -13,7 +13,6 @@ PATH="$bindir:$PATH"
|
||||
|
||||
# Check if we got everything we need
|
||||
|
||||
SED=sed
|
||||
ZNC_CONFIG=znc-config
|
||||
|
||||
check_binary()
|
||||
@@ -25,7 +24,6 @@ check_binary()
|
||||
fi
|
||||
}
|
||||
|
||||
check_binary "${SED}"
|
||||
check_binary "${ZNC_CONFIG}" "Please (re)install ZNC."
|
||||
|
||||
if test "x$CXX" = "x" ; then
|
||||
|
||||
Reference in New Issue
Block a user