summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index ae68a9f..3e23503 100755
--- a/configure
+++ b/configure
@@ -21542,7 +21542,7 @@ $as_echo_n "checking whether make will build with undefined variables... " >&6;
cat >maketest <<EOF
foo: \$(UNDEFINED) \$(UNDEFINED2)
- @echo \$(UNDEFINED3) works
+ echo \$(UNDEFINED3) works
EOF
if (${MAKE-make} -f maketest foo) >/dev/null 2>&1; then
diff --git a/configure.ac b/configure.ac
index d650747..6f546cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -780,7 +780,7 @@ if test -n "${MAKE-make}"; then
cat >maketest <<EOF
foo: \$(UNDEFINED) \$(UNDEFINED2)
- @echo \$(UNDEFINED3) works
+ @echo \$(UNDEFINED3) works
EOF
if (${MAKE-make} -f maketest foo) >/dev/null 2>&1; then