Localtime: Configuration name inconsiste: CONFIG_LIBC_TZ_DIR vs CONFIG_LIBC_TZDIR
This commit is contained in:
parent
5a110d08d9
commit
858e33d974
|
@ -64,8 +64,8 @@
|
|||
/* Configuration ************************************************************/
|
||||
/* Time zone object file directory */
|
||||
|
||||
#ifdef CONFIG_LIBC_TZ_TZDIR
|
||||
# define TZDIR CONFIG_LIBC_TZ_TZDIR
|
||||
#ifdef CONFIG_LIBC_TZDIR
|
||||
# define TZDIR CONFIG_LIBC_TZDIR
|
||||
#else
|
||||
# define TZDIR "/usr/local/etc/zoneinfo"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue