We don't need to find the znc binary

This commit is contained in:
Kyle Fuller
2012-08-17 21:47:31 +07:00
parent 892727ba2c
commit 4059c5666f
-5
View File
@@ -4,11 +4,6 @@ ERROR="[ !! ]"
WARNING="[ ** ]"
OK="[ ok ]"
# Update $PATH so that we will also find the znc binary if we were compiled
# with ./configure --prefix=/some/path
bindir="@bindir@"
PATH="$bindir:$PATH"
# Check if we got everything we need
check_binary()