summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSami Kerola2012-03-03 20:06:13 +0100
committerSami Kerola2012-03-18 14:28:05 +0100
commit6500ec90de0cc98c2cdbe9d77138b9c230351f39 (patch)
treeeac446175871cc4aa4e14ed42602cec3b7afb7ab /configure.ac
parentxalloc: use xasprintf in all files (diff)
downloadkernel-qcow2-util-linux-6500ec90de0cc98c2cdbe9d77138b9c230351f39.tar.gz
kernel-qcow2-util-linux-6500ec90de0cc98c2cdbe9d77138b9c230351f39.tar.xz
kernel-qcow2-util-linux-6500ec90de0cc98c2cdbe9d77138b9c230351f39.zip
build-sys: fix chkdupexe regression
Commit 2897f50a6a6d1aab653c7017f7542d26ac2a8a0b resulted breaking shebang substitution for chkdupexe. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4d3da7d7b..c7ebd4123 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,6 +114,9 @@ UL_SET_ARCH(M68K, m68*)
UL_SET_ARCH(MIPS, mips*)
UL_SET_ARCH(HPPA, hppa*)
+dnl script chkdupexe requires perl
+AC_PATH_PROG(PERL, perl)
+
AC_SYS_LARGEFILE
AM_GNU_GETTEXT_VERSION([0.14.1])