Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
a329b2e7
Commit
a329b2e7
authored
May 04, 2007
by
Niels Möller
Browse files
Commented out --without-zlib handling. For now, it's always disabled.
Rev: configure.ac:1.80
parent
cefbdf48
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
a329b2e7
...
...
@@ -43,9 +43,10 @@ AC_ARG_ENABLE(profiling,
[enable_profiling=no])
# FIXME: Not supported at the moment.
AC_ARG_WITH(zlib,
AC_HELP_STRING([--without-zlib], [Don't use zlib compression]),,
[with_zlib=no])
with_zlib=no
# AC_ARG_WITH(zlib,
# AC_HELP_STRING([--without-zlib], [Don't use zlib compression]),,
# [with_zlib=yes])
AC_ARG_WITH(tcpwrappers,
AC_HELP_STRING([--with-tcpwrappers],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment