axe the double quotes on $perlcc in configure to allow for program names with arguments.
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 10 Mar 2007 17:44:12 +0000 (17:44 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 10 Mar 2007 17:44:12 +0000 (17:44 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1014 a5681a0c-68f1-0310-ab6d-d61299d08faa

configure.ac

index 3af4293..003e0ce 100644 (file)
@@ -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