]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
build: always quote variables in tests
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 11 Mar 2020 10:27:04 +0000 (11:27 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 11 Mar 2020 10:27:04 +0000 (11:27 +0100)
commit9377fc4f5d4e12bea16fe6d121c1691f151eeffb
treeef071ccaf640d4d6c0e699459c0c2c1bcffdfcf2
parent7b26b14467f0767909c6489f5ad9aac44fb949c8
build: always quote variables in tests

If they are not defined, ./configure will throw hard to debug errors
like:
./configure: line 1678: test: =: unary operator expected

Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
configure.ac