summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-04-30 07:41:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-04-30 07:41:58 +0000
commit0560bca921cb441e6b4ba8734e5543a3626c5dc7 (patch)
tree6bd33e32ff1142f97520df3d34a5a958b98ca22d /cpukit/configure.ac
parent2005-05-30 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-0560bca921cb441e6b4ba8734e5543a3626c5dc7.tar.bz2
2005-04-30 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: fix evaluating --enable-ada. * ada/Makefile.am: Use preinstall.am * ada/preinstall.am: New.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 7df0e971ff..fb7c2f911b 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -266,7 +266,7 @@ AM_CONDITIONAL(HAS_ITRON,test x"$rtems_cv_HAS_ITRON_API" = x"yes")
AM_CONDITIONAL(HAS_NETWORKING,test x"$HAS_NETWORKING" = x"yes")
AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
- && test x"$HAS_POSIX_API" = x"yes"])
+ && test x"$rtems_cv_HAS_POSIX_API" = x"yes"])
AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"])
AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])