From 971a6b5d790f51fbe1613f5ce9543448d336d127 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 22 Jan 2019 16:05:36 -0500 Subject: Don't need AC_PROG_CPP. Greatly simplifies things when cross-compiling! --- config-scripts/cups-common.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config-scripts') diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 index 9ab84cb48..e6b77b16d 100644 --- a/config-scripts/cups-common.m4 +++ b/config-scripts/cups-common.m4 @@ -1,7 +1,7 @@ dnl dnl Common configuration stuff for CUPS. dnl -dnl Copyright © 2007-2018 by Apple Inc. +dnl Copyright © 2007-2019 by Apple Inc. dnl Copyright © 1997-2007 by Easy Software Products, all rights reserved. dnl dnl Licensed under Apache License v2.0. See the file "LICENSE" for more @@ -34,7 +34,6 @@ LDFLAGS="${LDFLAGS:=}" dnl Checks for programs... AC_PROG_AWK AC_PROG_CC(clang cc gcc) -AC_PROG_CPP AC_PROG_CXX(clang++ c++ g++) AC_PROG_RANLIB AC_PATH_PROG(AR,ar) -- cgit v1.2.1