Fix typo with newlib-long-time_t default value.

Fix typo for newlib-long-time_t to leave newlib-nano-malloc alone.
This commit is contained in:
Michael Haubenwallner 2017-09-26 10:38:12 +02:00 committed by Corinna Vinschen
parent e7eb978881
commit 15de9da0b9
2 changed files with 2 additions and 2 deletions

2
newlib/configure vendored
View File

@ -2513,7 +2513,7 @@ if test "${enable_newlib_long_time_t+set}" = set; then :
esac
fi
else
newlib_nano_malloc=
newlib_long_time_t=no
fi

View File

@ -247,7 +247,7 @@ AC_ARG_ENABLE(newlib-long-time_t,
no) newlib_long_time_t=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for newlib-long-time_t option) ;;
esac
fi], [newlib_nano_malloc=])dnl
fi], [newlib_long_time_t=no])dnl
NEWLIB_CONFIGURE(.)