configure: whitespace

This commit is contained in:
Sage Weil 2009-09-25 08:45:32 -07:00
parent dfa34dbffa
commit 1d9f1615ac

View File

@ -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")