Fixed autoconf

parent 529be440
......@@ -79,7 +79,7 @@ AC_DEFUN([SGX_INIT],[
[test "x$SGXSDK" != "xdetect"], [],
[test -d /opt/intel/sgxsdk], [SGXSDK=/opt/intel/sgxsdk],
[test -d ~/sgxsdk], [SGXSDK=~/sgxsdk],
[test -d ./sgxsdk], [SGXSDK=./sgxsdk],
[test -d ./sgx-sdk-build/sgxsdk], [SGXSDK=./sgx-sdk-build/sgxsdk],
[AC_MSG_ERROR([Can't detect your Intel SGX SDK installation directory])])
AC_SUBST(SGXSDK)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment