summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-12-19 19:45:06 +0000
committerRyan Bloom <rbb@apache.org>2000-12-19 19:45:06 +0000
commit6fbd866c3320dc832f9ac7217cfa575d4e56564f (patch)
tree7c97baff3fb45e28f513e229c0cb5f3f4927c21c /configure.in
parentb2c9db9fbbd266973f3943e68db1b5da08499090 (diff)
downloadhttpd-6fbd866c3320dc832f9ac7217cfa575d4e56564f.tar.gz
Find the RM program during configuration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87427 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 20e9c6ea76..f9410ee084 100644
--- a/configure.in
+++ b/configure.in
@@ -45,6 +45,7 @@ dnl ### need to move some of the arguments "up here"
dnl ## Check for programs
+AC_PATH_PROG(RM, rm)
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CPP