mirror of
https://github.com/znc/znc.git
synced 2026-05-08 14:24:45 +02:00
added HAVE_PERL to PERLCC so needless dependencies are not created
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@266 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#ifdef HAVE_PERL
|
||||
#include "main.h"
|
||||
#include "User.h"
|
||||
#include "Nick.h"
|
||||
@@ -148,3 +149,5 @@ bool CModPerl::OnLoad( const CString & sArgs )
|
||||
return( true );
|
||||
}
|
||||
|
||||
#endif /* HAVE_PERL */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user