ChangeLog, configure.in, configure:
  Fix missing "test" invokation in configure.in test.  (Only affected
  default non-Linux builds).

diff --git a/configure b/configure
index 4833d0e..36b6fd8 100644
--- a/configure
+++ b/configure
@@ -2344,7 +2344,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"