]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r12603@catbus: nickm | 2007-04-30 21:08:10 -0400
authorNick Mathewson <nickm@torproject.org>
Tue, 1 May 2007 01:08:15 +0000 (01:08 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 1 May 2007 01:08:15 +0000 (01:08 +0000)
 Fix bug in 10072 that prevented correct detection of include and lib subdirectories

svn:r10078

acinclude.m4

index 67593864cd5d6f77333066626074ad8bfc78d314..e97915d67d3a5321241665378757910c41f70122 100644 (file)
@@ -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],