Add quoting for the AC_DEFINE arguments.

This commit is contained in:
Yang Tse
2008-07-29 18:23:11 +00:00
parent 7066a79466
commit a8baa05023
2 changed files with 2 additions and 2 deletions

View File

@@ -373,7 +373,7 @@ dnl and that in turn setup.h will define _REENTRANT.
dnl Internal macro for CURL_CONFIGURE_REENTRANT.
AC_DEFUN([CURL_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