cluster: STABLE3 - build: fix typo in configure

Fabio M. Di Nitto fabbione at fedoraproject.org
Fri Jan 8 09:27:32 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=585af66d237cb3408c469351a3f69c78a6c4ad1c
Commit:        585af66d237cb3408c469351a3f69c78a6c4ad1c
Parent:        56a9b09cc269d613bafdb11345f97ca95022032a
Author:        Fabio M. Di Nitto <fdinitto at redhat.com>
AuthorDate:    Fri Jan 8 10:23:23 2010 +0100
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Fri Jan 8 10:23:23 2010 +0100

build: fix typo in configure

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 86c7b79..cde3be6 100755
--- a/configure
+++ b/configure
@@ -618,7 +618,7 @@ if (!$enable_legacy_code) {
   $cflags="${cflags} -DLEGACY_CODE";
 }
 if (!$enable_pacemaker) {
-  $enable_pacemaker=""
+  $enable_pacemaker="";
 }
 if (!$without_common) {
   $without_common="";


More information about the cluster-commits mailing list