summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a682693)
raw | patch | inline | side by side (parent: a682693)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 10 Mar 2007 17:44:12 +0000 (17:44 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 10 Mar 2007 17:44:12 +0000 (17:44 +0000) |
program/configure.ac | patch | blob | history |
diff --git a/program/configure.ac b/program/configure.ac
index 3af4293b1d61a5fbf87b669d289159283b2bff59..003e0ce7c8308fff91e2114fe156ddf67630e505 100644 (file)
--- a/program/configure.ac
+++ b/program/configure.ac
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