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:
parent
294245ecf2
commit
7d39e2105f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue