Whamcloud - gitweb
configure.in: Respect LDFLAGS environment variable if passed into configure
authorTheodore Ts'o <tytso@mit.edu>
Fri, 22 Aug 2008 16:26:07 +0000 (12:26 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 22 Aug 2008 16:26:07 +0000 (12:26 -0400)
commit1aaaa82901c8b0a50baff06491f0e8e7de1c9af3
tree2ac38c58db7ae4c027a6754b54e14ff6e8e2f9d1
parent6ec9ef1881e636540cfe28e6f32c93e1781ad173
configure.in: Respect LDFLAGS environment variable if passed into configure

If the --with-ldopts option is not passed on the command line, respect
the LDFLAGS environment variable instead of forcing LDFLAGS to be
unset.  "configure --help" documents LDFLAGS as part of the standard
configure script calling convention.

Addresses-Sourceforge-Feature-Request: #1937287

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
configure
configure.in