Fix quoting

This commit is contained in:
Yang Tse
2005-12-20 03:23:49 +00:00
parent cc542269a1
commit fd0d560b47
3 changed files with 11 additions and 11 deletions

View File

@@ -1287,8 +1287,8 @@ AC_HELP_STRING([--enable-thread],[look for thread-safe functions]),
if test X"$OPT_THREAD" = Xoff
then
AC_DEFINE(DISABLED_THREADSAFE, 1, \
Set to explicitly specify we don't want to use thread-safe functions)
AC_DEFINE(DISABLED_THREADSAFE, 1,
[Set to explicitly specify we don't want to use thread-safe functions])
else
if test "$ipv6" != "yes"; then
dnl dig around for gethostbyname_r()
@@ -1602,7 +1602,7 @@ if test "$ac_cv_func_select" = "no"; then
AC_DEFINE_UNQUOTED(HAVE_SELECT, 1,
[Define to 1 if you have the select function.])
],[
AC_MSG_ERROR(You can't compile without a select)
AC_MSG_ERROR([You can't compile without a select])
])
fi