Fix test so that sig.inc isn't built if sys_siglist, _sys_siglist or strsignal

is available.

In the long-run sig.inc should be built by a Makefile target.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@169 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-05-10 09:16:25 +00:00
parent 5d1953946e
commit 822522affa
2 changed files with 20 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* configure - only create sig.inc if it's actually needed. (caf)
* configure - use the right dependencies when checking for net/if.h, i
arpa/inet.h and resolv.h. Reported by flashback. (caf)