Fail less badly if perl isn't found

After this, perl, c-ares and openssl now are handled similar if they aren't
found.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1895 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-04-07 16:55:27 +00:00
parent 386cc21e00
commit ed3c02ce8d
3 changed files with 78 additions and 64 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ LDFLAGS := @LDFLAGS@
# LIBS are not and should not be used in here.
# The znc binary links already against those.
# LIBS := @LIBS@
PERL := @PERL@
PERL := @PERL_BINARY@
MODDIR := @MODDIR@
DATADIR := @DATADIR@
LIBZNC := @LIBZNC@