From d9c2c96d5ccd8c298ed114f2e609d8b30211d9ff Mon Sep 17 00:00:00 2001 From: sam Date: Sat, 27 Sep 2003 14:41:16 +0000 Subject: [PATCH] * Fixed a syntax error. git-svn-id: svn://svn.zoy.org/elk/trunk@211 55e467fa-43c5-0310-a8a2-de718669efc6 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 54961e8..f01c396 100644 --- a/configure.ac +++ b/configure.ac @@ -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}"