@@ -695,7 +695,6 @@ ARFLAGS
695695ac_ct_AR
696696AR
697697RANLIB
698- USE_INLINE
699698GNULD
700699LINKCC
701700LDVERSION
@@ -5839,56 +5838,6 @@ esac
58395838{ $as_echo " $as_me :${as_lineno-$LINENO } : result: $GNULD " >&5
58405839$as_echo " $GNULD " >&6 ; }
58415840
5842- { $as_echo " $as_me :${as_lineno-$LINENO } : checking for inline" >&5
5843- $as_echo_n " checking for inline... " >&6 ; }
5844- if ${ac_cv_c_inline+: } false ; then :
5845- $as_echo_n " (cached) " >&6
5846- else
5847- ac_cv_c_inline=no
5848- for ac_kw in inline __inline__ __inline; do
5849- cat confdefs.h - << _ACEOF >conftest.$ac_ext
5850- /* end confdefs.h. */
5851- #ifndef __cplusplus
5852- typedef int foo_t;
5853- static $ac_kw foo_t static_foo () {return 0; }
5854- $ac_kw foo_t foo () {return 0; }
5855- #endif
5856-
5857- _ACEOF
5858- if ac_fn_c_try_compile " $LINENO " ; then :
5859- ac_cv_c_inline=$ac_kw
5860- fi
5861- rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5862- test " $ac_cv_c_inline " ! = no && break
5863- done
5864-
5865- fi
5866- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $ac_cv_c_inline " >&5
5867- $as_echo " $ac_cv_c_inline " >&6 ; }
5868-
5869- case $ac_cv_c_inline in
5870- inline | yes) ;;
5871- * )
5872- case $ac_cv_c_inline in
5873- no) ac_val=;;
5874- * ) ac_val=$ac_cv_c_inline ;;
5875- esac
5876- cat >> confdefs.h << _ACEOF
5877- #ifndef __cplusplus
5878- #define inline $ac_val
5879- #endif
5880- _ACEOF
5881- ;;
5882- esac
5883-
5884- if test " $ac_cv_c_inline " ! = no ; then
5885-
5886- $as_echo " #define USE_INLINE 1" >> confdefs.h
5887-
5888-
5889- fi
5890-
5891-
58925841{ $as_echo " $as_me :${as_lineno-$LINENO } : checking for --enable-shared" >&5
58935842$as_echo_n " checking for --enable-shared... " >&6 ; }
58945843# Check whether --enable-shared was given.
0 commit comments