diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-01-09 15:35:57 +0100 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-01-09 15:38:26 +0100 |
commit | 95f5922d277c9f4ab983545c0a99fb80c4c1655a (patch) | |
tree | dc76c12ebe57ecb2d6efa2531d6350a1c365ba3a /.gitignore | |
parent | Merge pull request #40 from opensourcerouting/ldpd-ordered-output (diff) | |
download | frr-95f5922d277c9f4ab983545c0a99fb80c4c1655a.tar.xz frr-95f5922d277c9f4ab983545c0a99fb80c4c1655a.zip |
build: check if the LibXML perl module is available
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 546faf692..507b193b4 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ build m4/*.m4 !m4/ax_sys_weak_alias.m4 !m4/ax_compare_version.m4 +!m4/ax_prog_perl_modules.m4 debian/autoreconf.after debian/autoreconf.before debian/files |