]> git.ipfire.org Git - thirdparty/openvpn.git/commit
configure.ac: fix polarssl autodetection
authorSteffan Karger <steffan@karger.me>
Mon, 18 Jan 2016 20:49:40 +0000 (21:49 +0100)
committerGert Doering <gert@greenie.muc.de>
Mon, 18 Jan 2016 20:57:44 +0000 (21:57 +0100)
commit417fe4a72c82accca8d95fb0488427f5b6dc4157
treecb8e5339a8c6ccd7f73b289bb8dc6afa2dedc0ad
parent31b0bebef61413151af9ded55aa985798d4f7666
configure.ac: fix polarssl autodetection

A missing , in the previous configure.ac patch caused the autodetection to
fail.  While fixing that, I noticed I can simplify the check by using the
documented ${ac_cv_search_function} cache variable instead of the nested
AC_SEARCH_LIBS.

Signed-off-by: Steffan Karger <steffan@karger.me>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1453150181-21453-1-git-send-email-steffan@karger.me>
URL: http://article.gmane.org/gmane.network.openvpn.devel/11010
Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac