summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-08-08 05:50:31 +0000
committerNick Mathewson <nickm@torproject.org>2007-08-08 05:50:31 +0000
commit3fc04529d4178f9331f9fd22ff077501bddf251e (patch)
treed7fff8d4caf0ed0260fb1246cc884a128f6514a2 /configure.in
parent50f5f6367854df38c7fa995aa778421b276177c1 (diff)
downloadtor-3fc04529d4178f9331f9fd22ff077501bddf251e.tar.gz
tor-3fc04529d4178f9331f9fd22ff077501bddf251e.zip
r14093@catbus: nickm | 2007-08-08 01:49:54 -0400
Include fewer redundant headers; use the compiler search paths better. svn:r11060
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 ce045f486b..5539c91d37 100644
--- a/configure.in
+++ b/configure.in
@@ -10,7 +10,7 @@ AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
if test -f /etc/redhat-release ; then
- CFLAGS="$CFLAGS -I/usr/kerberos/include"
+ CPPFLAGS="$CPPFLAGS -I/usr/kerberos/include"
fi
AC_ARG_ENABLE(debug,