From 566933478a88a67e9f9dfc3908c6ea1635e1d9e5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 17 Nov 2006 09:49:29 +0000 Subject: Introduce AM_CONDITIONAL(LIBITRON). Remove AM_CONDITIONAL(HAS_ITRON). --- cpukit/wrapup/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/wrapup') diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index c59ea66679..36c8a16290 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -21,7 +21,7 @@ if HAS_POSIX TMP_LIBS += ../posix/libposix.a endif -if HAS_ITRON +if LIBITRON TMP_LIBS += ../itron/libitron.a endif -- cgit v1.2.3