Patch froma A Sussex for allow extconf to build lorcon on debian

git-svn-id: file:///home/svn/framework3/trunk@4586 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2007-03-29 13:52:31 +00:00
parent ab6f961ea4
commit 9213b02356
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env ruby
require 'mkmf'
if have_library("orcon", "tx80211_txpacket")
if have_library("orcon", "tx80211_txpacket", "tx80211.h")
create_makefile("Lorcon")
else
puts "Error: the lorcon library was not found, please see the README"