From 1d9f1615acf6c684fe76f1f75428a83e195cb018 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 25 Sep 2009 08:45:32 -0700 Subject: [PATCH] configure: whitespace --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index df8dfa4b544ea..792fe0b82bfc9 100644 --- a/configure.ac +++ b/configure.ac @@ -51,13 +51,13 @@ AS_IF([test "x$with_radosgw" != xno], [true], [RADOSGW=0 if test "x$with_radosgw" != "xcheck"; then - AC_MSG_FAILURE([--with-radosgw was given, but libfcgi (libfcgi-dev on debian) not found]) + AC_MSG_FAILURE([--with-radosgw was given, but libfcgi (libfcgi-dev on debian) not found]) fi]) AC_CHECK_LIB([expat], [XML_Parse], [true], [RADOSGW=0 if test "x$with_radosgw" != "xcheck"; then - AC_MSG_FAILURE([--with-radosgw was given, but libexpat (libexpat1-dev on debian) not found]) + AC_MSG_FAILURE([--with-radosgw was given, but libexpat (libexpat1-dev on debian) not found]) fi])]) AM_CONDITIONAL(WITH_RADOSGW, test "$RADOSGW" = "1") -- 2.39.5