From f02a0e53f3aaeededee9e9b56de885ca9d22bbcf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 19 Oct 2006 19:22:14 +0000 Subject: 2006-10-19 Joel Sherrill * 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. --- aclocal/enable-inlines.m4 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 aclocal/enable-inlines.m4 (limited to 'aclocal') diff --git a/aclocal/enable-inlines.m4 b/aclocal/enable-inlines.m4 deleted file mode 100644 index 9852005e06..0000000000 --- a/aclocal/enable-inlines.m4 +++ /dev/null @@ -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]) -]) -- cgit v1.2.3