summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comm.c b/src/comm.c
index 972aefbbe..c7a5cd002 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -187,7 +187,7 @@ compare_files (char **infiles)
order = -1;
else
{
- if (HAVE_SETLOCALE && hard_LC_COLLATE)
+ if (hard_LC_COLLATE)
order = xmemcoll (thisline[0]->buffer, thisline[0]->length - 1,
thisline[1]->buffer, thisline[1]->length - 1);
else