[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r10078: Fix bug in 10072 that prevented correct detection of include (tor/trunk)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r10078: Fix bug in 10072 that prevented correct detection of include (tor/trunk)
- From: nickm@xxxxxxxx
- Date: Mon, 30 Apr 2007 21:08:17 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 30 Apr 2007 21:08:28 -0400
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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@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],