diff options
author | LaMont Jones <lamont@debian.org> | 2009-05-29 03:15:56 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2009-05-29 03:15:56 -0600 |
commit | 555f95bb9561c4fe0e59cbac4587f615f337f83b (patch) | |
tree | 15dc3c44bc28cfcfee4eba05e53115614876a957 /misc-utils | |
parent | 7224fa3152b0a7ce7957e0263199463660b4bb80 (diff) | |
parent | 083e23ba81e25c71f433befc68d3fa5e71543de4 (diff) | |
download | util-linux-old-555f95bb9561c4fe0e59cbac4587f615f337f83b.tar.gz |
Merge commit 'origin/stable/v2.15' into stable/v2.15
Diffstat (limited to 'misc-utils')
-rw-r--r-- | misc-utils/cal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/cal.c b/misc-utils/cal.c index f2d52e8c..a8534b8c 100644 --- a/misc-utils/cal.c +++ b/misc-utils/cal.c @@ -291,7 +291,7 @@ main(int argc, char **argv) { * the locale database, which can be overridden with the * -s (Sunday) or -m (Monday) options. */ -#ifdef HAVE_LANGINFO_H +#if HAVE_DECL__NL_TIME_WEEK_1STDAY /* * You need to use 2 locale variables to get the first day of the week. * This is needed to support first_weekday=2 and first_workday=1 for |