Commit ef6c33f3 authored by Tom Lane's avatar Tom Lane

Finally figured out that HP's cpp won't do ANSI preprocessing constructs

unless you feed it -Aa or -Ae switch.  Autoconf does not know about this,
but we can fix it in the hpux_cc template file.  I knew templates were
good for something ;-)
parent f084cc49
......@@ -8,5 +8,6 @@ DLSUFFIX:.sl
YFLAGS:-d
YACC:
CC:cc
CPP:cc -E -Ae
# Make aCC be first C++ compiler name tried...
CCC:aCC
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment