diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3002e6a..9e36112 100644 --- a/configure.in +++ b/configure.in @@ -19,6 +19,9 @@ AC_AIX AC_ISC_POSIX AC_MINIX +AC_CHECK_PROG(PERL, perl, perl, perl) dnl Needed for the test suite (only) + + dnl This test must come as early as possible after the compiler configuration dnl tests, because the choice of the file model can (in principle) affect dnl whether functions and headers are available, whether they work, etc. |