build-sys: remove c++ compiler check

I have no idea why that was there.  My guess is that I had no idea at the
time I added the line what it does.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2012-11-28 19:48:10 +00:00
parent 3e0faec144
commit 761c9560d7

View file

@ -1,4 +1,4 @@
# -*- Autoconf -*-
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)
@ -17,7 +17,6 @@ AC_GNU_SOURCE
# Checks for programs
AC_PROG_AWK
AC_PROG_CC_C99
gl_EARLY
gl_INIT
AC_C_RESTRICT