From 258d3d51f608427e3895aefccb7e89b5556ad7db Mon Sep 17 00:00:00 2001 From: Arne Zellentin Date: Wed, 21 Jun 2006 15:54:20 +0000 Subject: [PATCH] * added missing spaces in test call pmo-trunk-r303 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a919477..bad7439 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION) AC_CONFIG_HEADERS([config.h]) -if test x$prefix=xNONE; then +if test x$prefix = xNONE; then prefix=/usr/local fi AC_SUBST(prefix) -- 1.7.9.5