forked from Imagelibrary/rtems
2006-10-19 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Remove all macro implementations and use only the static inline. Static inline functions are now well supported so there is no reason for duplicate maintenance. * aclocal/enable-inlines.m4: Removed.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
dnl $Id$
|
||||
|
||||
AC_DEFUN([RTEMS_ENABLE_INLINES],
|
||||
[AC_ARG_ENABLE(rtems-inlines,
|
||||
AC_HELP_STRING([--enable-rtems-inlines],[enable RTEMS inline functions (default:enabled, disable to use macros)]),
|
||||
[case "${enableval}" in
|
||||
yes) enable_rtems_inlines=yes ;;
|
||||
no) enable_rtems_inlines=no ;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for enable-rtems-inlines option) ;;
|
||||
esac],[enable_rtems_inlines=yes])
|
||||
])
|
||||
Reference in New Issue
Block a user