]> git.ipfire.org Git - thirdparty/strongswan.git/commit - configure.ac
configure: Fix autoreconf with older autotools
authorTobias Brunner <tobias@strongswan.org>
Mon, 3 Mar 2014 16:14:26 +0000 (17:14 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 3 Mar 2014 16:14:26 +0000 (17:14 +0100)
commitaf15c71bfbfab2e732159f06bb024aa77a489246
tree5619cddf4ee20dd56239c5149811a6b4a219f479
parentd6ce8da6c019d9b6e7fc208317928a6f5d17f04f
configure: Fix autoreconf with older autotools

Older autoconf versions (e.g. on CentOS 6.5) produce an empty else block
for the removed empty argument, which the shell then trips over when
executing ./configure.

Fixes #536.
configure.ac