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:
		
				
					committed by
					
						 Corinna Vinschen
						Corinna Vinschen
					
				
			
			
				
	
			
			
			
						parent
						
							e7eb978881
						
					
				
				
					commit
					15de9da0b9
				
			
							
								
								
									
										2
									
								
								newlib/configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								newlib/configure
									
									
									
									
										vendored
									
									
								
							| @@ -2513,7 +2513,7 @@ if test "${enable_newlib_long_time_t+set}" = set; then : | |||||||
|   esac |   esac | ||||||
|  fi |  fi | ||||||
| else | else | ||||||
|   newlib_nano_malloc= |   newlib_long_time_t=no | ||||||
| fi | fi | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -247,7 +247,7 @@ AC_ARG_ENABLE(newlib-long-time_t, | |||||||
|     no)  newlib_long_time_t=no  ;; |     no)  newlib_long_time_t=no  ;; | ||||||
|     *)   AC_MSG_ERROR(bad value ${enableval} for newlib-long-time_t option) ;; |     *)   AC_MSG_ERROR(bad value ${enableval} for newlib-long-time_t option) ;; | ||||||
|   esac |   esac | ||||||
|  fi], [newlib_nano_malloc=])dnl |  fi], [newlib_long_time_t=no])dnl | ||||||
|  |  | ||||||
| NEWLIB_CONFIGURE(.) | NEWLIB_CONFIGURE(.) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user