summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2013-09-22 08:04:18 +0700
committerGary V. Vaughan <gary@gnu.org>2013-09-22 08:04:18 +0700
commit511bd418f72182fe5b8a13990c981de787c99f0c (patch)
tree297fb329a14f5a8c0fd9baa8435cf27ac9510a9c
parent64d44150bc5c9af45051371550f9917027e0fa41 (diff)
downloadm4-511bd418f72182fe5b8a13990c981de787c99f0c.tar.gz
configury: remove obsolete perl path search.
* configure.ac (AC_PATH_PROG): Remove perl. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 6e6d722a..05d2c99f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,13 +228,6 @@ M4_REGEX
M4_RENAME
-## ------------------------ ##
-## Other external programs. ##
-## ------------------------ ##
-AC_PATH_PROG([PERL], [perl])
-
-
-
## --------------------------- ##
## C compiler characteristics. ##
## --------------------------- ##