]> sigrok.org Git - libsigrokdecode.git/commitdiff
configure.ac: Drop AC_PROG_CXX.
authorUwe Hermann <redacted>
Sat, 19 Jan 2013 20:23:25 +0000 (21:23 +0100)
committerUwe Hermann <redacted>
Sat, 19 Jan 2013 20:23:25 +0000 (21:23 +0100)
We don't need a C++ compiler for libsigrokdecode, 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.

configure.ac

index 444b631f806eb3d745c2926d0b35776dd525fc62..854e87f6c867aa121238f48ff7e97036884c16f1 100644 (file)
@@ -47,7 +47,6 @@ AH_BOTTOM([#endif /* SRD_CONFIG_H */])
 CFLAGS="$CFLAGS -Wall -Wextra -fvisibility=hidden"
 
 # Checks for programs.
-AC_PROG_CXX
 AC_PROG_CC
 AC_PROG_CPP
 AC_PROG_INSTALL