mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 19:42:53 -08:00
Regenerate.
This commit is contained in:
parent
c788945f63
commit
d23b7a3f4a
1 changed files with 6 additions and 1 deletions
7
configure
vendored
7
configure
vendored
|
|
@ -2996,7 +2996,12 @@ _ACEOF
|
|||
;;
|
||||
*-sunos5* | *-solaris* )
|
||||
opsys=sol2-6
|
||||
NON_GNU_CPP=/usr/ccs/lib/cpp
|
||||
if [ "x$CC" = x/opt/SUNWspro/bin/cc ]; then
|
||||
## -Xs prevents spurious whitespace.
|
||||
NON_GNU_CPP="/opt/SUNWspro/bin/cc -E -Xs"
|
||||
else
|
||||
NON_GNU_CPP=/usr/ccs/lib/cpp
|
||||
fi
|
||||
;;
|
||||
* ) opsys=bsd4-2 ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue