X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=configure.ac;h=003e0ce7c8308fff91e2114fe156ddf67630e505;hp=3af4293b1d61a5fbf87b669d289159283b2bff59;hb=fdb5114e81a716a75119be3e204a9ee9666cd186;hpb=52ce038ab7e97beda15e786611314437a0feab31 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