ChangeLog, configure.in, configure:

Fix missing "test" invokation in configure.in test.  (Only affected
  default non-Linux builds).
bitmap-optimize
Theodore Ts'o 1998-04-08 06:05:49 +00:00
parent a4b2d3ce5e
commit ffe1991f47
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Wed Apr 8 02:03:48 1998 Theodore Y. Ts'o <tytso@mit.edu>
* Fix missing "test" invokation in configure.in test. (Only
affected default non-Linux builds).
1998-03-30 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in: Change how the installation directions are

2
configure vendored
View File

@ -2344,7 +2344,7 @@ linux* | gnu*)
;;
esac
if test "$root_prefix" = NONE ; then
if "$prefix" = NONE ; then
if test "$prefix" = NONE ; then
root_prefix="$ac_default_prefix"
else
root_prefix="$prefix"

View File

@ -472,7 +472,7 @@ linux* | gnu*)
;;
esac
if test "$root_prefix" = NONE ; then
if "$prefix" = NONE ; then
if test "$prefix" = NONE ; then
root_prefix="$ac_default_prefix"
else
root_prefix="$prefix"