summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-05-17 02:04:42 +0000
committerNick Mathewson <nickm@torproject.org>2005-05-17 02:04:42 +0000
commitff99b6f4112f1e132927ee8a8ec40968a3a460a3 (patch)
treea629b755075886b0fcd7044e332f086e562e6a5b
parentde95ab02ada82d1800b9cf38470893be6a42d2c2 (diff)
downloadtor-ff99b6f4112f1e132927ee8a8ec40968a3a460a3.tar.gz
tor-ff99b6f4112f1e132927ee8a8ec40968a3a460a3.zip
Oops, replace letter
svn:r4241
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5746faf201..71cb83c25c 100644
--- a/configure.in
+++ b/configure.in
@@ -108,7 +108,7 @@ int main(void)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include"
fi
- if test $av_cv_libevent_local = unlinked_gcc_elf; then
+ if test $ac_cv_libevent_local = unlinked_gcc_elf; then
LDFLAGS="$LDFLAGS -Wl,-R/usr/local/lib"
fi