1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 03:09:40 +00:00

Also remove the extra quoting.

This commit is contained in:
Yang Tse
2008-07-29 17:45:33 +00:00
parent 22f8a875a1
commit 64b75e2ec6

View File

@ -354,9 +354,9 @@ AC_DEFUN([CARES_CONFIGURE_FROM_NOW_ON_WITH_REENTRANT], [
AC_DEFINE(NEED_REENTRANT, 1,
[Define to 1 if _REENTRANT preprocessor symbol must be defined.])
cat >>confdefs.h <<_ACEOF
[#ifndef _REENTRANT
#ifndef _REENTRANT
# define _REENTRANT
#endif]
#endif
_ACEOF
])