Allows to specify directly the path to libiberty.

Signed-off-by: Onno Kortmann <[email protected]>
---
 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




_______________________________________________
Simulavr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to