dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

7 Commits

Author SHA1 Message Date
kpfleming 152144cce7 don't put bogus paths like -L/lib into link commands
do the QT check properly


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23897 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-01 10:34:20 +00:00
kpfleming e80d7ce6e3 remove attribute checking... it was an attempt to support older GCC compilers but is not worth the effort :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23514 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30 06:50:53 +00:00
kpfleming c228e657ce and now with the correct filenames
add basic support for checking for C compiler attribute support


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23380 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-29 15:31:45 +00:00
russell a93a6a71ee if the "action-if-found" is left empty, AC_CHECK_LIB will add a default result
instead which can break things in the rest of the script (issue #7043)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23335 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-29 13:32:38 +00:00
russell 4beb867cde only define HAVE_SOMELIB if somelib's header file was found as well
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22703 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-27 00:10:56 +00:00
russell 4755015ee7 if an external library is found, but the associated header file is not, just
move on without including support for this library.  However, if --with-lib
is explicitly specified, then error out noting the situation.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22415 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 17:22:38 +00:00
kpfleming 29f496ef12 Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 17:11:45 +00:00