From: Uwe Hermann Date: Sat, 19 Jan 2013 20:20:56 +0000 (+0100) Subject: configure.ac: Drop AC_PROG_CXX. X-Git-Tag: dsupstream~346 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=7d39e2105f6da82f4f90a87d081c1bf5cc30968d;p=libsigrok.git 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. --- diff --git a/configure.ac b/configure.ac index 356debf4..75d14e8b 100644 --- a/configure.ac +++ b/configure.ac @@ -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