Isolating single quote in configure.ac

SVN revision: 52965
This commit is contained in:
Tiago Rezende Campos Falcao 2010-10-01 19:03:19 +00:00
parent dbab55ebaa
commit 6f6106f6c3
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ dnl managed by evil
ELM_UNIX_DEF="#define"
have_socket="yes"
AC_CHECK_HEADERS([crt_externs.h])
AC_DEFINE([environ], [(*_NSGetEnviron())], [apple doesn't follow POSIX in this case.])
AC_DEFINE([environ], [(*_NSGetEnviron())], ["apple doesn't follow POSIX in this case."])
;;
*)
ELM_UNIX_DEF="#define"