mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
Revert default compiler change.
If someone wishes to do so, it is trivial to set your own default when running the configure script. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@303418 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -39,7 +39,7 @@ AC_CONFIG_HEADER(include/asterisk/autoconfig.h)
|
|||||||
|
|
||||||
# Note: AC_PROG_CC *must* be specified before AC_USE_SYSTEM_EXTENSIONS or any
|
# Note: AC_PROG_CC *must* be specified before AC_USE_SYSTEM_EXTENSIONS or any
|
||||||
# other macro that uses the C compiler, or the default order will be used.
|
# other macro that uses the C compiler, or the default order will be used.
|
||||||
AC_PROG_CC([llvm-gcc gcc cc])
|
AC_PROG_CC([gcc cc])
|
||||||
|
|
||||||
AC_USE_SYSTEM_EXTENSIONS dnl note- does not work on FreeBSD
|
AC_USE_SYSTEM_EXTENSIONS dnl note- does not work on FreeBSD
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user