summaryrefslogtreecommitdiffstats
path: root/cpukit/wrapup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 09:49:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-17 09:49:29 +0000
commit566933478a88a67e9f9dfc3908c6ea1635e1d9e5 (patch)
tree9f0c2e6522abbd4c78aeeed8d4df41fb3cb1071a /cpukit/wrapup
parentIntroduce AM_CONDITIONAL(LIBDOSFS). (diff)
downloadrtems-566933478a88a67e9f9dfc3908c6ea1635e1d9e5.tar.bz2
Introduce AM_CONDITIONAL(LIBITRON).
Remove AM_CONDITIONAL(HAS_ITRON).
Diffstat (limited to 'cpukit/wrapup')
-rw-r--r--cpukit/wrapup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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