summaryrefslogtreecommitdiff
path: root/config-scripts
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-01-22 16:05:36 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-01-22 16:05:36 -0500
commit971a6b5d790f51fbe1613f5ce9543448d336d127 (patch)
tree7e3d9861994bd4df8c2ad0f1dbbc26201a7273f0 /config-scripts
parent86c184ff348add8bb4dbb2d9f5df3054c92d0130 (diff)
downloadcups-971a6b5d790f51fbe1613f5ce9543448d336d127.tar.gz
Don't need AC_PROG_CPP. Greatly simplifies things when cross-compiling!
Diffstat (limited to 'config-scripts')
-rw-r--r--config-scripts/cups-common.m43
1 files changed, 1 insertions, 2 deletions
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)