diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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), |