summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-29 10:03:37 +1100
committerDamien Miller <djm@mindrot.org>1999-12-29 10:03:37 +1100
commite79334a2b06d4c897c4b764e5e94af72320e3ea9 (patch)
treeab7a0c37678f1967601f3884997996fedefdb480 /configure.in
parent9550a76c3716acc1a591dd9604cbc958a92ad891 (diff)
- Autodetect perl, patch from David Rankin
<drankin@bohemians.lexington.ky.us>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 6d03beca7..ae8afdf4d 100644
--- a/configure.in
+++ b/configure.in
@@ -9,6 +9,8 @@ AC_PROG_CPP
9AC_PROG_RANLIB 9AC_PROG_RANLIB
10AC_PROG_INSTALL 10AC_PROG_INSTALL
11AC_CHECK_PROG(AR, ar, ar) 11AC_CHECK_PROG(AR, ar, ar)
12AC_PATH_PROG(PERL, perl)
13AC_SUBST(PERL)
12AC_PATH_PROG(xauth_path, xauth) 14AC_PATH_PROG(xauth_path, xauth)
13 15
14dnl Use ip address instead of hostname in $DISPLAY 16dnl Use ip address instead of hostname in $DISPLAY