diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-01-19 21:23:25 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-01-19 21:23:25 +0100 |
commit | 6d333fd65c41f7bf6470d0b6ada88efee4777f59 (patch) | |
tree | 6508fe1b931950a18c278c67653dd655716606a2 /configure.ac | |
parent | 7560e16c17b9616e2ab6ae39a65c550b061889fd (diff) | |
download | libsigrokdecode-6d333fd65c41f7bf6470d0b6ada88efee4777f59.tar.gz libsigrokdecode-6d333fd65c41f7bf6470d0b6ada88efee4777f59.zip |
configure.ac: Drop AC_PROG_CXX.
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 444b631..854e87f 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |