diff mbox series

[v2,1/10] configure: odp_openssl: use AS_HELP_STRING

Message ID 1508266806-12588-2-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v2,1/10] configure: odp_openssl: use AS_HELP_STRING | expand

Commit Message

Github ODP bot Oct. 17, 2017, 6:59 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 235 (lumag:plat-def-2)
 ** https://github.com/Linaro/odp/pull/235
 ** Patch: https://github.com/Linaro/odp/pull/235.patch
 ** Base sha: ec0c3145fcafa09ae3a79875e7e07dd4794583cc
 ** Merge commit sha: 9783e8a21510c37c97bc377ad9b5b2f83aa4b842
 **/
 m4/odp_openssl.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/m4/odp_openssl.m4 b/m4/odp_openssl.m4
index 72568a8ae..428470dc6 100644
--- a/m4/odp_openssl.m4
+++ b/m4/odp_openssl.m4
@@ -10,7 +10,7 @@  AC_ARG_VAR([OPENSSL_STATIC_LIBS], [static linker flags for OpenSSL crypto librar
 # Set optional OpenSSL path
 ##########################################################################
 AC_ARG_WITH([openssl-path],
-[AC_HELP_STRING([--with-openssl-path=DIR],
+[AS_HELP_STRING([--with-openssl-path=DIR],
 	       [path to openssl libs and headers (use system path if not provided)])],
 [OPENSSL_CPPFLAGS="-I$withval/include"
 OPENSSL_LIBS="-L$withval/lib -lcrypto"],