summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 17:43:14 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 17:43:14 +0000
commit12abb7a7f487ad3e6b72ed733ac9e86c8220daa3 (patch)
tree1a9ca792ee533a5007f627e01644ae2e26834e83 /configure.ac
parent81fd2c8de1bb4a1c4624400d78ea083ec2d5fdd2 (diff)
Move chkconfig logic to configure script rather than Makefile.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2720 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f2b916e..738fa13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,6 +43,7 @@ AC_SUBST(HOSTCC)
AC_PATH_PROG([GREP], [grep], :)
AC_PATH_PROG([SHELL], [sh], :)
AC_PATH_PROG([LN], [ln], :)
+AC_PATH_PROG([CHKCONFIG], [chkconfig], :)
AC_PATH_PROG([WGET], [wget], :)
if test "${WGET}" != ":" ; then