commit | ffe1991f4760dc03da26816d9a459a0b62b597a0 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Apr 08 06:05:49 1998 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Apr 08 06:05:49 1998 +0000 |
tree | 8927d567dbeefd876d5542d527984352e59f06e0 | |
parent | a4b2d3ce5eb85baa959a3cc19df9569f2b412935 [diff] [blame] |
ChangeLog, configure.in, configure: Fix missing "test" invokation in configure.in test. (Only affected default non-Linux builds).
diff --git a/configure.in b/configure.in index 9d40525..1b1a9f4 100644 --- a/configure.in +++ b/configure.in
@@ -472,7 +472,7 @@ ;; 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"