mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 23:57:30 -04:00
Don't depend on autoconf being called w/ -I ../..
This commit is contained in:
parent
242ef7b98a
commit
faf8240c19
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
AC_REVISION($Revision: 1.83.2.5.2.12 $)
|
||||
AC_REVISION($Revision: 1.83.2.5.2.13 $)
|
||||
|
||||
AC_INIT(resolv/herror.c)
|
||||
AC_PREREQ(2.13)
|
||||
|
|
@ -315,7 +315,7 @@ case "$use_randomdev" in
|
|||
;;
|
||||
esac
|
||||
|
||||
sinclude(config.threads.in)dnl
|
||||
sinclude(../../config.threads.in)dnl
|
||||
|
||||
if $use_threads
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in a new issue