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