diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-29 18:23:11 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-29 18:23:11 +0000 |
commit | a8baa05023a969d51a4658ef5224958f038130e2 (patch) | |
tree | 1e827c37ba65f9d718e723886bdd65714b4dc1c8 /ares/m4 | |
parent | 7066a79466450d6f90a06d58939b340e4293bb3f (diff) |
Add quoting for the AC_DEFINE arguments.
Diffstat (limited to 'ares/m4')
-rw-r--r-- | ares/m4/reentrant.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/m4/reentrant.m4 b/ares/m4/reentrant.m4 index b7e9a3453..29cc809ea 100644 --- a/ares/m4/reentrant.m4 +++ b/ares/m4/reentrant.m4 @@ -351,7 +351,7 @@ dnl and that in turn setup.h will define _REENTRANT. dnl Internal macro for CARES_CONFIGURE_REENTRANT. AC_DEFUN([CARES_CONFIGURE_FROM_NOW_ON_WITH_REENTRANT], [ -AC_DEFINE(NEED_REENTRANT, 1, +AC_DEFINE([NEED_REENTRANT], [1], [Define to 1 if _REENTRANT preprocessor symbol must be defined.]) cat >>confdefs.h <<_ACEOF #ifndef _REENTRANT |