Skip to content
Snippets Groups Projects
Commit 7dc36344 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

put back the perl binary check

parent 2ad8ed77
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ dnl $Id$
dnl Process this file with autoconf to produce a configure script.
AC_INIT(lib/urldata.h)
AM_CONFIG_HEADER(config.h src/config.h)
AM_INIT_AUTOMAKE(curl,"6.5pre1")
AM_INIT_AUTOMAKE(curl,"6.5pre2")
dnl Checks for programs.
AC_PROG_CC
......@@ -188,9 +188,9 @@ AC_CHECK_FUNCS( socket \
dnl AC_PATH_PROG( PERL, perl, ,
dnl $PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin )
dnl AC_SUBST(PERL)
AC_PATH_PROG( PERL, perl, ,
$PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin )
AC_SUBST(PERL)
AC_PATH_PROGS( NROFF, gnroff nroff, ,
$PATH:/usr/bin/:/usr/local/bin )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment