forked from Imagelibrary/rtems
Patch rtems-rc-20000704-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that makes --disable-multilib the default.
This commit is contained in:
@@ -10,7 +10,7 @@ AC_ARG_ENABLE(multilib,
|
|||||||
yes) multilib=yes ;;
|
yes) multilib=yes ;;
|
||||||
no) multilib=no ;;
|
no) multilib=no ;;
|
||||||
*) AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
|
*) 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")
|
AM_CONDITIONAL(MULTILIB,test x"${multilib}" = x"yes")
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user