Changeset 1585 for trunk/configure.in


Ignore:
Timestamp:
Oct 22, 2009, 6:59:30 AM (15 years ago)
Author:
dkearney
Message:

fix for finding configure to look for perl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r1581 r1585  
    243243if test "$with_perl" != "no" ; then
    244244  AC_MSG_CHECKING([for perl])
    245   if test "$with_perl" != "yes" ; then
     245  if test "$with_perl" != "check" ; then
    246246    AC_PATH_PROG(PERL, perl, [], [$with_perl/bin:$with_perl])
    247247  else
Note: See TracChangeset for help on using the changeset viewer.