* added missing spaces in test call
authorArne Zellentin <arne@kernelconcepts.de>
Wed, 21 Jun 2006 15:54:20 +0000 (15:54 +0000)
committerArne Zellentin <arne@kernelconcepts.de>
Wed, 21 Jun 2006 15:54:20 +0000 (15:54 +0000)
pmo-trunk-r303

configure.ac

index a919477..bad7439 100644 (file)
@@ -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)