summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-03-08 23:18:44 +0000
committerNick Mathewson <nickm@torproject.org>2009-03-08 23:18:44 +0000
commit18648907c44885c302f46494a5c33b6c820ca09d (patch)
treeac20a0500d3095381ae4ab9de392e9a1ed823a9c /configure.in
parent01fff4e11b1c2d37af5d4f62b2b1550cf8da6b84 (diff)
downloadtor-18648907c44885c302f46494a5c33b6c820ca09d.tar.gz
tor-18648907c44885c302f46494a5c33b6c820ca09d.zip
Build correctly from outside main source tree. Patch from Michael Gold.
svn:r18809
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 60cace0a70..273f878015 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ fi
# Not a no-op; we want to make sure that CPPFLAGS is set before we use
# the += operator on it in src/or/Makefile.am
-CPPFLAGS="$CPPFLAGS -I../common"
+CPPFLAGS="$CPPFLAGS -I\${top_srcdir}/src/common"
AC_ARG_ENABLE(debug,
AS_HELP_STRING(--enable-debug, compile with debugging info),