8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Make filenames comparison case-sensitive on posix platforms

This commit is contained in:
alexpeshkoff 2010-03-11 14:44:38 +00:00
parent 324165a218
commit 3c5df3be68

View File

@ -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)