2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

remove bad quotes from error messages.

This commit is contained in:
Mark Andrews
2001-01-23 03:09:39 +00:00
parent 363cb30a83
commit b6cb5907b2

View File

@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.217 $) AC_REVISION($Revision: 1.218 $)
AC_INIT(lib/dns/name.c) AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13) AC_PREREQ(2.13)
@@ -344,7 +344,7 @@ AC_TRY_COMPILE([
LWRES_PLATFORM_NEEDSYSSELECTH="#define LWRES_PLATFORM_NEEDSYSSELECTH 1" LWRES_PLATFORM_NEEDSYSSELECTH="#define LWRES_PLATFORM_NEEDSYSSELECTH 1"
;; ;;
no) no)
AC_MSG_ERROR(["need either working unistd.h or sys/select.h"]) AC_MSG_ERROR([need either working unistd.h or sys/select.h])
;; ;;
esac esac
]) ])
@@ -356,7 +356,7 @@ no)
LWRES_PLATFORM_NEEDSYSSELECTH="#define LWRES_PLATFORM_NEEDSYSSELECTH 1" LWRES_PLATFORM_NEEDSYSSELECTH="#define LWRES_PLATFORM_NEEDSYSSELECTH 1"
;; ;;
no) no)
AC_MSG_ERROR(["need either unistd.h or sys/select.h"]) AC_MSG_ERROR([need either unistd.h or sys/select.h])
;; ;;
esac esac
;; ;;
@@ -381,7 +381,7 @@ case "$enable_threads" in
use_threads=false use_threads=false
;; ;;
*) *)
AC_MSG_ERROR(["--enable-threads takes yes or no"]) AC_MSG_ERROR([--enable-threads takes yes or no])
;; ;;
esac esac