[or-cvs] r10078: Fix bug in 10072 that prevented correct detection of include (tor/trunk)

nickm at seul.org nickm at seul.org
Tue May 1 01:08:17 UTC 2007


Author: nickm
Date: 2007-04-30 21:08:15 -0400 (Mon, 30 Apr 2007)
New Revision: 10078

Modified:
   tor/trunk/
   tor/trunk/acinclude.m4
Log:
 r12603 at catbus:  nickm | 2007-04-30 21:08:10 -0400
 Fix bug in 10072 that prevented correct detection of include and lib subdirectories



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r12603] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/acinclude.m4
===================================================================
--- tor/trunk/acinclude.m4	2007-04-30 23:25:22 UTC (rev 10077)
+++ tor/trunk/acinclude.m4	2007-05-01 01:08:15 UTC (rev 10078)
@@ -139,7 +139,7 @@
    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],



More information about the tor-commits mailing list