summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b36c3c9)
raw | patch | inline | side by side (parent: b36c3c9)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 16 May 2005 20:02:26 +0000 (20:02 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 16 May 2005 20:02:26 +0000 (20:02 +0000) |
program/configure.ac | patch | blob | history |
diff --git a/program/configure.ac b/program/configure.ac
index 3ac93fc2a0552fcbf9f75f5eade0687e96696e06..243465e2b8519855530e883ce5441cd6e6364277 100644 (file)
--- a/program/configure.ac
+++ b/program/configure.ac
AC_MSG_CHECKING(for the C compiler perl wants to use to build its modules)
perlcc=`$PERL -MConfig -e 'print $Config{cc}'`
AC_MSG_RESULT($perlcc)
- if test ! -x $perlcc; then
+ if test ! -x "$perlcc"; then
AC_PATH_PROG(PERLCC, ${perlcc}, no)
- if test -x "x$PERLCC" = "xno"; then
+ if test "x$PERLCC" = "xno"; then
AC_MSG_WARN([
I would not find the Compiler ($perlcc) that was originally used to compile your
perl binary. You should either make sure that this compiler is available on your