]> granicus.if.org Git - graphviz/commitdiff
bug#801 - use correct PERL in configure -
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:12:14 +0000 (21:12 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:12:14 +0000 (21:12 +0000)
patch from: Danny Sadinoff <danny-graphviz@sadinoff.com>

configure.ac

index 28920bd07439467cee646b259832d6ff58533602..118870025fd8155c5822eb8a45f3b3ce6791beb8 100644 (file)
@@ -441,7 +441,7 @@ AC_ARG_ENABLE(perl,
 if test "x$enable_perl" != "xno"; then
 AC_CHECK_PROG(PERL,perl,perl)
 if test "x$PERL" != "x"; then
-  PERL_ARCHLIB=`perl -e 'use Config; print $Config{archlib};'`
+  PERL_ARCHLIB=`$PERL -e 'use Config; print $Config{archlib};'`
   PERL_INCLUDES=-I$PERL_ARCHLIB/CORE
   PERL_LIBS="-L$PERL_ARCHLIB/CORE -lperl"
 fi