diff options
author | Stef Walter <stef@memberwebs.com> | 2007-06-01 13:41:28 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2007-06-01 13:41:28 +0000 |
commit | 31bc540962d8e52939f5dfddba02bb54a39e403d (patch) | |
tree | 56310dc23f5b9e292c47fbf7109ff969a8c0b8c3 /configure.in | |
parent | 20cde33c0b943c77a7c9d8d5d9c3d9281a6b13a5 (diff) |
make distcheck fixes
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index cc350e7..1ec8156 100644 --- a/configure.in +++ b/configure.in @@ -187,6 +187,8 @@ if test "$APXS" = "failed"; then fi fi +AM_CONDITIONAL(MANUAL_BUILD, false) + AC_SUBST(APXS) AC_PATH_PROG(APACHECTL, apachectl, "failed") |