mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-30 13:51:31 +01:00
14 lines
319 B
Diff
14 lines
319 B
Diff
--- ./autoconf/configure.in.orig
|
|
+++ ./autoconf/configure.in
|
|
@@ -92,10 +92,6 @@
|
|
AC_DEFINE(HAVE_GCC)
|
|
have_gcc=yes
|
|
fi
|
|
-AC_PATH_PROG(CXX, $CXX, $CXX)
|
|
-if test ! -e $CXX; then
|
|
- AC_MSG_ERROR(Unable to find C++ compiler)
|
|
-fi
|
|
|
|
dnl -------------------------------------------------------
|
|
dnl Check for programs.
|