Revision 643d7283 snf-image-host/configure.ac

b/snf-image-host/configure.ac
7 7
AM_INIT_AUTOMAKE([1.9 foreign tar-ustar -Wall -Wno-portability])
8 8
AM_INIT_AUTOMAKE([subdir-objects])
9 9

  
10
AC_ARG_ENABLE([pithos_backend],
11
   AS_HELP_STRING([--enable-pithos-backend],
12
    [enable support for pithos-hosted images])
13
)
14
AS_IF([test "x$enable_pithos_backend" = "xyes"],,
15
    [AC_MSG_NOTICE(pithos backend support not enabled)])
16
AM_CONDITIONAL(PITHOSIMGSUPPORT, [test "x$enable_pithos_backend" = "xyes"])
17

  
18 10
AC_ARG_ENABLE([network_backend],
19 11
   AS_HELP_STRING([--enable-network-backend],
20 12
    [enable support for network-hosted images

Also available in: Unified diff