mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
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:
parent
3e0faec144
commit
761c9560d7
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue