X-Git-Url: http://git.jankratochvil.net/?p=udpgate.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=ff03b188efed38436042325a5c28e38fb0223ad4;hp=57f0a5b4ffb2028a0464fa23ee1bebadd6674f61;hb=8d40cbd96ae381278ece3b6ae3aca2ebf0413404;hpb=719b2b7bf14cf30a3f0fda09b1522d14c60a3fc1 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.])