mirror of
https://github.com/znc/znc.git
synced 2026-08-12 11:52:57 +02:00
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:
+1
-1
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user