Whamcloud - gitweb
ChangeLog, configure.in, configure:
authorTheodore Ts'o <tytso@mit.edu>
Wed, 8 Apr 1998 06:05:49 +0000 (06:05 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 8 Apr 1998 06:05:49 +0000 (06:05 +0000)
  Fix missing "test" invokation in configure.in test.  (Only affected
  default non-Linux builds).

ChangeLog
configure
configure.in

index dd55cfb..606ea3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 4833d0e..36b6fd8 100644 (file)
--- a/configure
+++ b/configure
@@ -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"
index 9d40525..1b1a9f4 100644 (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"