mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 18:59:59 -04:00
fix m4 quoting wierdness
This commit is contained in:
parent
1bb05e54a3
commit
de2f767791
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
|||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||
AC_DIVERT_POP()dnl
|
||||
|
||||
AC_REVISION($Revision: 1.263 $)
|
||||
AC_REVISION($Revision: 1.264 $)
|
||||
|
||||
AC_INIT(lib/dns/name.c)
|
||||
AC_PREREQ(2.13)
|
||||
|
|
@ -412,7 +412,7 @@ AC_MSG_CHECKING(whether to build with thread support)
|
|||
case $host in
|
||||
*-dec-osf*)
|
||||
use_threads=true ;;
|
||||
*-solaris-2[0-6])
|
||||
[*-solaris-2[0-6]])
|
||||
# Thread signals are broken on Solaris 2.6; they are sometimes
|
||||
# delivered to the wrong thread.
|
||||
use_threads=false ;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue