Skip to content
Snippets Groups Projects
Commit 075aa392 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-10-16 10:45:21 by simonm]

Test for CC and GCC before finding CPP, since GNUCPP depends on
finding GCC to do the right thing.
parent f0193f46
No related merge requests found
......@@ -108,6 +108,9 @@ AC_PATH_PROG(SedCmd,sed)
#
dnl ** How to invoke cpp directly **
#
AC_PROG_CC
AC_HAVE_GCC
AC_PROG_CPP
AC_PROG_GNUCPP
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment