Whamcloud - gitweb
configure: fix --enable-relative-symlink
authorTheodore Ts'o <tytso@mit.edu>
Fri, 7 Sep 2012 03:01:14 +0000 (23:01 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 7 Sep 2012 04:09:19 +0000 (00:09 -0400)
commit91d11da1430b801476f6d5f71ad8669b232731af
tree5d92d6737a226586c47e7008d8122f77c8623169
parent993c455552a218f34cc9a16e0b099868d2834ea5
configure: fix --enable-relative-symlink

The configure option --enable-relative-symlinks was incorrectly
specified in configure.in, as --enable-symlink-relative-symlinks.  Fix
the configure script so that --enable-relative-symlinks works, as well
as previous incorrect command line option.  We will keep the older,
incorrect --enable-symlink-relative-symlinks for at least two years
before removing it.

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