summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-10-14 10:40:51 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-10-14 10:40:51 (GMT)
commitcc261eb5e5cd016ec1529f44759f73cda2dc52bf (patch)
treeee5c611e97402dfc625d731e56bf1e800e77f42f /configure.ac
parent2723efefd7c3013d9dbfcad4d641c287d4d8e462 (diff)
downloadhdf5-cc261eb5e5cd016ec1529f44759f73cda2dc52bf.zip
hdf5-cc261eb5e5cd016ec1529f44759f73cda2dc52bf.tar.gz
hdf5-cc261eb5e5cd016ec1529f44759f73cda2dc52bf.tar.bz2
[svn-r28068] Removed duplicated Perl check from configure.
Updated the testflushrefresh script to correctly use Perl. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 964552e..e46118f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -336,11 +336,6 @@ fi
AC_PROG_CC
CC_BASENAME="`echo $CC | cut -f1 -d' ' | xargs basename 2>/dev/null`"
-## ----------------------------------------------------------------------
-## Check if they have Perl installed on their system.
-AC_SUBST([PERL]) PERL=""
-AC_CHECK_PROGS([PERL], [perl],, [$PATH])
-
## ----------------------------------------------------------------------------
## Configure disallows unsupported combinations of options. However, users
## may want to override and build with unsupported combinations for their