From: Tobias 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-Tag: 1.2.20~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b608503b14c2e77a06d4bd73c6d632385527576a;p=thirdparty%2Frrdtool-1.x.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 3af4293b..003e0ce7 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