Add autoconf checks for all used core modules
This commit is contained in:
parent
ca1b519444
commit
3b931fb0a6
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ AC_SUBST([PERL])
|
|||
m4_foreach_w([_m], [
|
||||
File::Basename
|
||||
File::Path
|
||||
Getopt::Long
|
||||
IO::Socket
|
||||
Sys::Hostname
|
||||
version=0.77
|
||||
], [AX_PROG_PERL_MODULES([_m], [],
|
||||
[AC_MSG_ERROR([missing required Perl module _m])])])
|
||||
|
|
Loading…
Reference in a new issue