diff options
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cf21f775901..d480169363d 100644 --- a/configure.ac +++ b/configure.ac @@ -508,7 +508,7 @@ AC_SUBST(GF_DISTRIBUTION)  GF_HOST_OS=""  GF_LDFLAGS="-rdynamic" -if test "x$HAVE_LIBGLUSTERFSCLIENT" = "xyes"; then +if test "x$BUILD_LIBGLUSTERFSCLIENT" = "xyes"; then     GF_BOOSTER_SUBDIR="booster"  fi  | 
