about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/m68k/configure.ac
blob: 0e547f2f2ecd8c302b7af90aa072a1f2e786de00 (plain) (blame)
1
2
3
4
5
6
7
8
9
sinclude(./aclocal.m4)dnl Autoconf lossage
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
case $machine in
m68k/coldfire)
  ;;
*)
  libc_cv_gcc_unwind_find_fde=yes
  ;;
esac