mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 23:50:00 -04:00
update
This commit is contained in:
parent
9ca8ad2a26
commit
0886b450e7
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
# From configure.in Revision: 1.39
|
||||
# From configure.in Revision: 1.40
|
||||
|
||||
|
||||
|
||||
|
|
@ -2046,7 +2046,7 @@ else
|
|||
;;
|
||||
*-hp-hpux*)
|
||||
CC="$CC -Ae -z +w1"
|
||||
MKDEPPROG='cc -E -Wp,-M >/dev/null 2>>$TMP'
|
||||
MKDEPPROG='cc -Ae -E -Wp,-M >/dev/null 2>>$TMP'
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue