diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 21:45:44 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 21:45:44 -0500 |
commit | 9605c32456e53caf9d724f8e074300bf087b6b96 (patch) | |
tree | 0fdaaf58e5a0eee54bc9fa957566c55286c78668 /configure.in | |
parent | 5abd8240449f2f6247702baa1992551618f91f4f (diff) | |
download | NetNuke2-9605c32456e53caf9d724f8e074300bf087b6b96.tar.gz |
Remove the checks for g++... NetNuke doesn't use C++ code at all
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index c3a8729..7613e4b 100644 --- a/configure.in +++ b/configure.in @@ -6,10 +6,8 @@ AC_CONFIG_SRCDIR([src/netnuke.c]) AC_CONFIG_HEADERS([config.h]) # Check for programs. -AC_PROG_CXX AC_PROG_AWK AC_PROG_CC -AC_PROG_CPP AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET |