]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
configure: whitespace
authorSage Weil <sage@newdream.net>
Fri, 25 Sep 2009 15:45:32 +0000 (08:45 -0700)
committerSage Weil <sage@newdream.net>
Fri, 25 Sep 2009 15:45:32 +0000 (08:45 -0700)
configure.ac

index df8dfa4b544ea5c5ab15c6352388dc36661193a1..792fe0b82bfc9336b0ed202589728f3ecdb231dd 100644 (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")