Signed-off-by: Anders Roxell <[email protected]>
---
 configure.ac | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1c061e9..fcd7279 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,11 +73,7 @@ AC_ARG_ENABLE([cunit],
 AC_ARG_WITH([cunit-path],
 AC_HELP_STRING([--with-cunit-path=DIR Path to Cunit libs and headers],
                [(or in the default path if not specified).]),
-[CUNIT_PATH=$withval cunit_support=yes
-AM_CFLAGS="$AM_CFLAGS -I$CUNIT_PATH"
-AM_LDFLAGS="$AM_LDFLAGS -L$CUNIT_PATH/lib"
-
- ],
+[CUNIT_PATH=$withval cunit_support=yes],
 [
     AS_IF([test x$cunit_support = xyes ], [
         AC_CHECK_HEADERS([CUnit/Basic.h], [],
-- 
2.1.0


_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to