summaryrefslogtreecommitdiffstats
path: root/aclocal/multilib.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-06 20:15:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-06 20:15:35 +0000
commit02217e0bd679a7a7953d278e91e68fc0c9468f02 (patch)
tree498d57585eed21840c2c33e01432c0953d833084 /aclocal/multilib.m4
parentPatch rtems-rc-20000705-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-02217e0bd679a7a7953d278e91e68fc0c9468f02.tar.bz2
Patch rtems-rc-20000704-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that makes --disable-multilib the default.
Diffstat (limited to 'aclocal/multilib.m4')
-rw-r--r--aclocal/multilib.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/multilib.m4 b/aclocal/multilib.m4
index 2c975c8fbd..1d11561f0a 100644
--- a/aclocal/multilib.m4
+++ b/aclocal/multilib.m4
@@ -10,7 +10,7 @@ AC_ARG_ENABLE(multilib,
yes) multilib=yes ;;
no) multilib=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
- esac], [multilib=yes])dnl
+ esac], [multilib=no])dnl
AM_CONDITIONAL(MULTILIB,test x"${multilib}" = x"yes")
])