Fix public issue #5: Replace the EXTRA_LIBSNAPPY_LDFLAGS setup with something
slightly more standard, that also doesn't leak libtool command-line into configure.ac. R=csilvers DELTA=7 (0 added, 4 deleted, 3 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=990 git-svn-id: https://snappy.googlecode.com/svn/trunk@8 03e5f5b5-db94-4691-08a0-1a8bf15f6143
This commit is contained in:
7
configure
vendored
7
configure
vendored
@@ -743,7 +743,7 @@ ac_subst_vars='am__EXEEXT_FALSE
|
||||
am__EXEEXT_TRUE
|
||||
LTLIBOBJS
|
||||
LIBOBJS
|
||||
EXTRA_LIBSNAPPY_LDFLAGS
|
||||
SNAPPY_LTVERSION
|
||||
SNAPPY_PATCHLEVEL
|
||||
SNAPPY_MINOR
|
||||
SNAPPY_MAJOR
|
||||
@@ -15352,10 +15352,7 @@ SNAPPY_PATCHLEVEL="0"
|
||||
|
||||
|
||||
|
||||
|
||||
# Set the libtool version for the library.
|
||||
# (Note: snappy_version is an m4 macro, defined above.)
|
||||
EXTRA_LIBSNAPPY_LDFLAGS="$EXTRA_LIBSNAPPY_LDFLAGS -version-info 1:0:0"
|
||||
SNAPPY_LTVERSION=1:0:0
|
||||
|
||||
|
||||
ac_config_headers="$ac_config_headers config.h"
|
||||
|
||||
Reference in New Issue
Block a user