Skip to content
Snippets Groups Projects
Commit 044e6ab8 authored by jacob's avatar jacob
Browse files

b=5478

look for libsysio in lib, not src
parent a2d062ff
No related merge requests found
...@@ -36,7 +36,7 @@ case x$with_sysio in ...@@ -36,7 +36,7 @@ case x$with_sysio in
;; ;;
*) *)
AC_MSG_RESULT([$with_sysio]) AC_MSG_RESULT([$with_sysio])
AC_CHECK_FILE([$with_sysio/src/libsysio.a],[],[ AC_CHECK_FILE([$with_sysio/lib/libsysio.a],[],[
AC_MSG_ERROR([A complete (built) external libsysio was not found.]) AC_MSG_ERROR([A complete (built) external libsysio was not found.])
]) ])
SYSIO=$with_sysio SYSIO=$with_sysio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment