Skip to content
Snippets Groups Projects
Commit fd95ceb7 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

r12603@catbus: nickm | 2007-04-30 21:08:10 -0400

 Fix bug in 10072 that prevented correct detection of include and lib subdirectories


svn:r10078
parent e9c4dd13
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ if test $tor_cv_library_$1_dir != "(system)"; then
TOR_EXTEND_CODEPATH($tor_cv_library_$1_dir)
fi
TOR_DEFINE_CODEPATH($tor_cv_library_$1_dir , $1)
TOR_DEFINE_CODEPATH($tor_cv_library_$1_dir, $1)
if test -z "$CROSS_COMPILE"; then
AC_CACHE_CHECK([whether we need extra options to link $1],
......
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