Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
7c9a9096
Commit
7c9a9096
authored
May 13, 2000
by
David Lawrence
Browse files
turn off warning 1209 on irix, which bitches about every "do while (0)" we have
parent
e5275023
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
7c9a9096
#! /bin/sh
# From configure.in Revision: 1.13
4
# From configure.in Revision: 1.13
5
...
...
@@ -2334,7 +2334,7 @@ else
MKDEPPROG
=
'cc -Ae -E -Wp,-M >/dev/null 2>>$TMP'
;;
*
-sgi-irix
*
)
STD_CWARNINGS
=
"-fullwarn"
STD_CWARNINGS
=
"-fullwarn
-woff 1209
"
;;
*
-ibm-aix
*
)
STD_CDEFINES
=
"
$STD_CDEFINES
-D_THREAD_SAFE"
...
...
configure.in
View file @
7c9a9096
...
...
@@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE.
AC_REVISION($Revision: 1.13
4
$)
AC_REVISION($Revision: 1.13
5
$)
AC_PREREQ(2.13)
...
...
@@ -361,7 +361,7 @@ else
MKDEPPROG='cc -Ae -E -Wp,-M >/dev/null 2>>$TMP'
;;
*-sgi-irix*)
STD_CWARNINGS="-fullwarn"
STD_CWARNINGS="-fullwarn
-woff 1209
"
;;
*-ibm-aix*)
STD_CDEFINES="$STD_CDEFINES -D_THREAD_SAFE"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment