8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00
This commit is contained in:
alexpeshkoff 2015-02-07 14:52:51 +00:00
parent 89fe43a4a5
commit 03d33c75de

View File

@ -661,7 +661,7 @@ AC_SUBST(GPRE_LANGUAGE_MODULES)
dnl Compression switch
COMPRESSION=Y
AC_ARG_WITH(wire-compress,
[ --with-wire-compress support compression of data, tarnsfered over the wire (default=yes)],
[ --with-wire-compress support compression of data, transfered over the wire (default=yes)],
[case "$withval" in
yes) ;;
no) COMPRESSION=N;;