summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-26 19:25:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-26 19:25:20 +0000
commit39ffc7da6da3d95ded6276c212ef08302e7d26bf (patch)
tree59bd960835f96dd95fa1ecf64521ddb2baf0227a /configure.in
parentPatches from Chris Johns to clean up test. (diff)
downloadrtems-39ffc7da6da3d95ded6276c212ef08302e7d26bf.tar.bz2
Use own pdir option was reversed.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 2fa19a1367..b256e6324b 100644
--- a/configure.in
+++ b/configure.in
@@ -415,8 +415,8 @@ host=$withval)
AC_ARG_ENABLE(gmake-print-directory, \
[ --enable-gmake-print-directory enable GNU Make's print directory], \
[case "${enableval}" in
- yes) RTEMS_USE_OWN_PDIR=yes ;;
- no) RTEMS_USE_OWN_PDIR=no ;;
+ yes) RTEMS_USE_OWN_PDIR=no ;;
+ no) RTEMS_USE_OWN_PDIR=yes ;;
*) AC_MSG_ERROR(bad value ${enableval} for gmake-print-directory option) ;;
esac],[RTEMS_USE_OWN_PDIR=yes])