2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

*-dec-osf* cleanup

This commit is contained in:
Bob Halley 1998-12-16 01:54:36 +00:00
parent 6e40c6cc72
commit 61ca07caec

View File

@ -1,5 +1,5 @@
AC_REVISION($Revision: 1.6 $)
AC_REVISION($Revision: 1.7 $)
AC_INIT(lib/dns/name.c)
AC_CONFIG_HEADER(config.h)
@ -45,7 +45,7 @@ else
STD_CWARNINGS=
case "$host" in
*-dec-osf*)
CFLAGS="$CFLAGS -pthread"
CC="$CC -pthread"
;;
*-sun-solaris*)
CC="$CC -mt"