From 3c5df3be68d70bf5b631aff578e95fb8d3e9cd00 Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Thu, 11 Mar 2010 14:44:38 +0000 Subject: [PATCH] Make filenames comparison case-sensitive on posix platforms --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8409ebde9c..b63e29e221 100644 --- a/configure.in +++ b/configure.in @@ -401,7 +401,7 @@ AC_SUBST(AR_OPTIONS) AC_SUBST(PLATFORM) AC_SUBST(SHRLIB_EXT) AC_SUBST(ICU_PLATFORM) -AC_DEFINE(CASE_SENSITIVITY, false, [Define this if paths are case sensitive]) +AC_DEFINE(CASE_SENSITIVITY, true, [Define this if paths are case sensitive]) AC_SUBST(RPM64)