diff mbox series

[v1,3/10] configure: drop SDK_INSTALL_PATH variable

Message ID 1508245207-16744-4-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v1,1/10] configure: odp_openssl: use AS_HELP_STRING | expand

Commit Message

Github ODP bot Oct. 17, 2017, 1 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: c662b285472d8c638ba43867ecfa5e0c7efba9f6
 **/
 configure.ac | 11 -----------
 1 file changed, 11 deletions(-)
diff mbox series

Patch

diff --git a/configure.ac b/configure.ac
index fbf8fe2dd..442c85db4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -187,16 +187,6 @@  m4_include([./helper/m4/configure.m4])
 m4_include([./test/m4/configure.m4])
 
 ##########################################################################
-# Set SDK install path
-##########################################################################
-AC_ARG_WITH([sdk-install-path],
-AC_HELP_STRING([--with-sdk-install-path=DIR path to external libs and headers],
-	     [(or in the default path if not specified).]),
-[SDK_INSTALL_PATH=$withval SDK_INSTALL_PATH_=1],[SDK_INSTALL_PATH_=])
-
-AC_SUBST(SDK_INSTALL_PATH)
-
-##########################################################################
 # Set the install directory for test binaries/scripts
 ##########################################################################
 AC_ARG_WITH([testdir],
@@ -211,7 +201,6 @@  AM_CONDITIONAL([test_installdir], [test "x$testdir" != "xno"])
 ##########################################################################
 # Set conditionals as computed within platform specific files
 ##########################################################################
-AM_CONDITIONAL([SDK_INSTALL_PATH_], [test "x${SDK_INSTALL_PATH_}" = "x1"])
 AM_CONDITIONAL([HAVE_DOXYGEN], [test "x${DOXYGEN}" = "xdoxygen"])
 AM_CONDITIONAL([user_guide], [test "x${user_guides}" = "xyes" ])
 AM_CONDITIONAL([HAVE_MSCGEN], [test "x${MSCGEN}" = "xmscgen"])