From: short <> Date: Sat, 5 Jun 2004 19:16:54 +0000 (+0000) Subject: FIxed '--enable-bundle' for the compilation of CVS checkout. X-Git-Tag: udpgate-1_0~11 X-Git-Url: https://git.jankratochvil.net/?a=commitdiff_plain;h=8d40cbd96ae381278ece3b6ae3aca2ebf0413404;hp=719b2b7bf14cf30a3f0fda09b1522d14c60a3fc1;p=udpgate.git FIxed '--enable-bundle' for the compilation of CVS checkout. --- diff --git a/configure.ac b/configure.ac index 57f0a5b..ff03b18 100644 --- a/configure.ac +++ b/configure.ac @@ -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.])