From 9938df3a44d71ec214a70200749a99cfc33dd814 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Sat, 11 Jul 2009 02:57:17 +0200 Subject: Convert test program to plain C The test program unnecessarily was using a few C++ features. Convert it to plain C to make everything work without a C++ compiler. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cb57653..d3e0cae 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,6 @@ AC_CONFIG_SRCDIR([libass/ass.c]) AC_CONFIG_HEADER([config.h]) # Checks for programs. -AC_PROG_CXX AC_PROG_CC AC_PROG_CPP -- cgit v1.2.3