diff options
Diffstat (limited to 't/objc-flags.sh')
-rwxr-xr-x | t/objc-flags.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/objc-flags.sh b/t/objc-flags.sh index 2f65d467c..91b00437e 100755 --- a/t/objc-flags.sh +++ b/t/objc-flags.sh @@ -16,7 +16,7 @@ # Test Objective C compilation flags. -. ./defs || exit 1 +. test-init.sh cat >> configure.ac << 'END' AC_PROG_OBJC |