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:
parent
e7eb978881
commit
15de9da0b9
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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(.)
|
||||
|
||||
|
|
Loading…
Reference in New Issue