mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
configure: whitespace
This commit is contained in:
parent
dfa34dbffa
commit
1d9f1615ac
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user