Commit e791d860 authored by Tom Lane's avatar Tom Lane

Partial fix for vendor-cc-versus-gcc incompatibility on HPUX:

prefer aCC as c++ compiler if hpux_cc is selected as template.
Doesn't solve the problem if you have g++ and not aCC, however...
parent a10b38f2
......@@ -9,3 +9,5 @@ DLSUFFIX:.sl
YFLAGS:-d
YACC:
CC:cc
# 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