Browse Source

MFH: Feature request #46595. Use cc as default compiler and fallback to gcc.

PECL
David Soria Parra 18 years ago
parent
commit
978129fd9b
  1. 1
      NEWS
  2. 2
      configure.in

1
NEWS

@ -23,6 +23,7 @@ PHP NEWS
- Added concatenation option to bz2.decompress stream filter.
(Keisial at gmail dot com, Greg)
- Added support for using compressed connections with PDO_mysql. (Johannes)
- Implemented FR #46595 (Use cc as the default compiler). (David Soria Parra)
- Implemented FR #46513 (Missing compiler flags for suncc).
(David Soria Parra)

2
configure.in

@ -140,7 +140,7 @@ esac
dnl Checks for programs.
dnl -------------------------------------------------------------------------
AC_PROG_CC
AC_PROG_CC([cc gcc])
PHP_DETECT_ICC
PHP_DETECT_SUNCC
AC_PROG_CC_C_O

Loading…
Cancel
Save