configure.ac: Drop AC_PROG_CXX.

We don't need a C++ compiler for libsigrok, so don't check for one.

This would cause a build failure on all systems where there is a C compiler
but no C++ compiler installed.
This commit is contained in:
Uwe Hermann 2013-01-19 21:20:56 +01:00
parent 294245ecf2
commit 7d39e2105f
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ AH_BOTTOM([#endif /* SR_CONFIG_H */])
CFLAGS="$CFLAGS -Wall -Wextra -fvisibility=hidden"
# Checks for programs.
AC_PROG_CXX
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL