From: oetiker Date: Sat, 10 Mar 2007 17:44:12 +0000 (+0000) Subject: axe the double quotes on $perlcc in configure to allow for program names with arguments. X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=06dae8da97d3abe12ab87b9c4ddeda87c68e8166;p=rrdtool.git 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 --- 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