FIxed '--enable-bundle' for the compilation of CVS checkout.
authorshort <>
Sat, 5 Jun 2004 19:16:54 +0000 (19:16 +0000)
committershort <>
Sat, 5 Jun 2004 19:16:54 +0000 (19:16 +0000)
configure.ac

index 57f0a5b..ff03b18 100644 (file)
@@ -69,9 +69,9 @@ AM_CONDITIONAL(HAVE_PERL,test -n "$PERL")
 AM_CONDITIONAL(ENABLE_BUNDLE,[ test "x$enable_bundle" = "xyes" ])
 if test "x$enable_bundle" = "xyes"
 then
+       AC_DEFINE(ENABLE_BUNDLE,,[Build single binary containing locale and init.d files.])
        if test -f src/bundle.c
        then
-               AC_DEFINE(ENABLE_BUNDLE,,[Build single binary containing locale and init.d files.])
                if test -z "$PERL"
                then
                        AC_MSG_WARN([Perl not found (see above). The --enable-bundle files cannot be updated yourself.])