* Fixed a syntax error.
git-svn-id: svn://svn.zoy.org/elk/trunk@211 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
716c3364fe
commit
d9c2c96d5c
|
@ -51,7 +51,7 @@ case "${target_os}" in
|
||||||
MATH_LIBS=""
|
MATH_LIBS=""
|
||||||
;;
|
;;
|
||||||
*darwin*)
|
*darwin*)
|
||||||
AC_DEFINE(SYS_DARWIN, 1, Define if the system is Darwin)],
|
AC_DEFINE(SYS_DARWIN, 1, Define if the system is Darwin)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
ELK_LIBS="${ELK_LIBS} ${MATH_LIBS}"
|
ELK_LIBS="${ELK_LIBS} ${MATH_LIBS}"
|
||||||
|
|
Loading…
Reference in New Issue