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
10-digiumphones
Russell Bryant 15 years ago
parent 95f5dc6644
commit 1c6bb4c494

900
configure vendored

File diff suppressed because it is too large Load Diff

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

Loading…
Cancel
Save