simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] [PATCH 02/13] A fix to the M4 macro for libiberty detec


From: Onno Kortmann
Subject: [Simulavr-devel] [PATCH 02/13] A fix to the M4 macro for libiberty detection
Date: Tue, 3 Mar 2009 23:45:50 +0100

Allows to specify directly the path to libiberty.

Signed-off-by: Onno Kortmann <address@hidden>
---
 m4/AX_AVR_ENVIRON.m4 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/m4/AX_AVR_ENVIRON.m4 b/m4/AX_AVR_ENVIRON.m4
index 95bf9ee..73faca2 100644
--- a/m4/AX_AVR_ENVIRON.m4
+++ b/m4/AX_AVR_ENVIRON.m4
@@ -50,6 +50,8 @@ fi
 if test "x${with_libiberty_path}" = "xcheck";
 then
    AX_TEST_LIBIBERTY([$(dirname $(which ${AVR_AS}))/../lib/libiberty.a])
+else
+   AX_TEST_LIBIBERTY($with_libiberty_path)
 fi
 
 AC_SUBST([AVR_AS])
-- 
1.5.6.5






reply via email to

[Prev in Thread] Current Thread [Next in Thread]