FIxed '--enable-bundle' for the compilation of CVS checkout.
[udpgate.git] / 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.])