summaryrefslogtreecommitdiff
path: root/t/pr401c.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/pr401c.sh')
-rw-r--r--t/pr401c.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/pr401c.sh b/t/pr401c.sh
index 07c755d10..22e587629 100644
--- a/t/pr401c.sh
+++ b/t/pr401c.sh
@@ -47,7 +47,6 @@ cat >>configure.ac << 'EOF'
## These lines are activated for later tests.
#: AC_CONFIG_LIBOBJ_DIR([lib])
AC_PROG_CC
-#x AM_PROG_CC_C_O
AM_PROG_AR
AC_PROG_RANLIB
AC_FUNC_ALLOCA
@@ -120,7 +119,7 @@ mv -f src/t src/Makefile.am
## Test using ALLOCA from a sibling directory. ##
## ------------------------------------------- ##
-sed 's/#x //; s/lib\/Makefile //' configure.ac >configure.tmp
+sed 's/lib\/Makefile //' configure.ac >configure.tmp
mv -f configure.tmp configure.ac
cat >Makefile.am <<'EOF'