diff options
author | unknown <rparranovo@mysql.com> | 2005-12-15 02:08:52 -0300 |
---|---|---|
committer | unknown <rparranovo@mysql.com> | 2005-12-15 02:08:52 -0300 |
commit | 4e971ef7a6ee5de5a2a709a5eb316717e8473219 (patch) | |
tree | 91be6fe03fe5f5c71eb018b4b60cd96255f81e1f /zlib | |
parent | 9c695ffeaf786f32fc66717abfe4023dacf819c6 (diff) | |
download | mariadb-git-4e971ef7a6ee5de5a2a709a5eb316717e8473219.tar.gz |
Makefile.am:
- libtool wants spaces on parameters for its command line options
zlib/Makefile.am:
- libtool wants spaces on parameters for its command line options
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am index 679adc0c997..11b1991fa62 100644 --- a/zlib/Makefile.am +++ b/zlib/Makefile.am @@ -18,7 +18,7 @@ pkglib_LTLIBRARIES=libz.la -libz_la_LDFLAGS= -version-info=3:3:2 +libz_la_LDFLAGS= -version-info 3:3:2 noinst_HEADERS= crc32.h deflate.h inffast.h inffixed.h inflate.h \ inftrees.h trees.h zconf.h zlib.h zutil.h |