From 06dae8da97d3abe12ab87b9c4ddeda87c68e8166 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sat, 10 Mar 2007 17:44:12 +0000 Subject: [PATCH] axe the double quotes on $perlcc in configure to allow for program names with arguments. git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1014 a5681a0c-68f1-0310-ab6d-d61299d08faa --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3af4293..003e0ce 100644 --- a/configure.ac +++ b/configure.ac @@ -427,7 +427,7 @@ else perlcc=`$PERL -MConfig -e 'print $Config{cc}'` AC_MSG_RESULT($perlcc) if test ! -x "$perlcc"; then - AC_PATH_PROG(PERL_CC, "${perlcc}", no) + AC_PATH_PROG(PERL_CC, ${perlcc}, no) if test "$PERL_CC" = "no"; then AC_MSG_WARN([ I would not find the Compiler ($perlcc) that was originally used to compile -- 2.11.0