aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-26 00:35:29 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-26 00:35:29 +0000
commit03e1f626e59fc839b4e67eaf2683dea2cd347b9e (patch)
treeee43e84bc38db04c27c45fc8710b6f561f9466cd /acinclude.m4
parentb0be93c8b0f933ca246bfae8d384bfd99efac33d (diff)
downloadtor-03e1f626e59fc839b4e67eaf2683dea2cd347b9e.tar
tor-03e1f626e59fc839b4e67eaf2683dea2cd347b9e.tar.gz
r12990@catbus: nickm | 2007-05-25 20:35:27 -0400
Ah, maybe _this_ is the patch that will make IRIX builds happy again. svn:r10348
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index fd200b559..e853202e4 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -144,7 +144,6 @@ TOR_DEFINE_CODEPATH($tor_cv_library_$1_dir, $1)
if test -z "$CROSS_COMPILE"; then
AC_CACHE_CHECK([whether we need extra options to link $1],
tor_cv_library_$1_linker_option, [
- tor_saved_LDFLAGS="$LDFLAGS"
runs=no
linked_with=nothing
if test -d "$tor_cv_library_$1_dir/lib"; then