summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2009-07-11 02:57:17 +0200
committerGrigori Goronzy <greg@blackbox>2009-07-11 02:57:17 +0200
commit9938df3a44d71ec214a70200749a99cfc33dd814 (patch)
tree8de1299867faebb61fd5bfd799bdb57a8df2a30b /configure.ac
parentcd0bf3db35a4fa0e7f5ac52453755f7f1f2d444f (diff)
downloadlibass-9938df3a44d71ec214a70200749a99cfc33dd814.tar.bz2
libass-9938df3a44d71ec214a70200749a99cfc33dd814.tar.xz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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