X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=b42429e0696ccd31c935694d459dd578bb3b8683;hp=c42a8558d9134037f65415d1ecd11f9269c27405;hb=4e656a61d40ff51e63aa06d857c40c14ff31ddb9;hpb=26118d498eefe10c8fa604f949680d2417c8b25c diff --git a/configure.ac b/configure.ac index c42a855..b42429e 100644 --- a/configure.ac +++ b/configure.ac @@ -404,7 +404,7 @@ dnl enabling this option. AC_ARG_ENABLE([supermin], [AS_HELP_STRING([--enable-supermin], [enable supermin appliance (see README) @<:@default=no@:>@])], - [], + [AC_DEFINE([ENABLE_SUPERMIN],[1],[Supermin appliance enabled.])], [enable_supermin=no]) AM_CONDITIONAL([SUPERMIN],[test "x$enable_supermin" = "xyes"])