diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-11-01 21:12:42 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-11-01 21:12:42 +0100 |
commit | 98f9d98aba67bd4b15bd9b65784be74768dc16cf (patch) | |
tree | 85691ae347fa0bee8fea1f507573f8ff6d602688 | |
parent | 20a6f8c44a1ffd3a0628bec6a65a71a2e4013acc (diff) |
Fix autogen OBJCXX probe
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ mkdir -p actest cat << EOF > actest/configure.ac AC_INIT([actest], [1.0.0]) AC_PROG_OBJCXX +AC_OUTPUT([]) EOF [ -f acinclude.m4 ] && rm acinclude.m4 autoreconf -W error actest 2>/dev/null || echo "AC_DEFUN([AC_PROG_OBJCXX],[echo ' - ObjC++ hack - not support by this platform, but not needed either.'])" > acinclude.m4 |