dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@303418 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2011-01-22 04:13:15 +00:00
parent df406c4d84
commit 8a0630ad6e
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