]> git.ipfire.org Git - thirdparty/asterisk.git/commit
autoconf: Remove use of m4_ifblank.
authorCorey Farrell <git@cfware.com>
Sat, 2 Dec 2017 21:55:31 +0000 (16:55 -0500)
committerCorey Farrell <git@cfware.com>
Sat, 2 Dec 2017 21:59:55 +0000 (15:59 -0600)
commitf5cfd87c4a1d7359877504217ed7dd32c6d129fc
tree446e73d80b05d5991171ec957dfb6ea5b08c1143
parent0cdd31ee1044344b3dccf826f5dd72f46bc804ee
autoconf: Remove use of m4_ifblank.

The m4_ifblank macro is not available on CentOS 6, reverse conditionals
to allow use of m4_ifval instead.  ./bootstrap.sh was run but this patch
does not result in any difference to the generated configure script.

Change-Id: I280785deb872ed8d3339d99cce63a2b54d5f1438
autoconf/ast_check_pwlib.m4
autoconf/ast_ext_lib.m4
autoconf/ast_gcc_attribute.m4