diff options
Diffstat (limited to 't/cxxcpp.sh')
-rwxr-xr-x | t/cxxcpp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cxxcpp.sh b/t/cxxcpp.sh index cd5d392a9..dca17c7d9 100755 --- a/t/cxxcpp.sh +++ b/t/cxxcpp.sh @@ -16,7 +16,7 @@ # Make sure automake sees AC_PROG_CXXCPP. From Garth Corral. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_CXXCPP |