From de2f767791456b45e2c9fc0df5febf33291b5110 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Thu, 14 Jun 2001 20:43:47 +0000 Subject: [PATCH] fix m4 quoting wierdness --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index aa21aebada..967eee5f72 100644 --- a/configure.in +++ b/configure.in @@ -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 ;;