* Fixed a syntax error.

git-svn-id: svn://svn.zoy.org/elk/trunk@211 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-27 14:41:16 +00:00
parent 716c3364fe
commit d9c2c96d5c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ case "${target_os}" in
MATH_LIBS=""
;;
*darwin*)
AC_DEFINE(SYS_DARWIN, 1, Define if the system is Darwin)],
AC_DEFINE(SYS_DARWIN, 1, Define if the system is Darwin)
;;
esac
ELK_LIBS="${ELK_LIBS} ${MATH_LIBS}"