Fix osx compilation.
svn:r11065
CPPFLAGS="$CPPFLAGS -I/usr/kerberos/include"
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"
+
AC_ARG_ENABLE(debug,
AS_HELP_STRING(--enable-debug, compile with debugging info),
[if test x$enableval = xyes; then
-CPPFLAGS += -I../common
-
TESTS = test
noinst_PROGRAMS = test
-CPPFLAGS += -I../common
-
bin_PROGRAMS = tor-resolve tor-gencert
tor_resolve_SOURCES = tor-resolve.c