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:
Russell Bryant
2011-01-22 04:13:15 +00:00
parent 95f5dc6644
commit 1c6bb4c494
2 changed files with 411 additions and 491 deletions

900
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -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
# 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