From 6779f05cec7a5f2f5c28f62f8b02fc6cb305ba20 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 13 Nov 2013 14:10:52 +0100 Subject: Fix build system for compatibility with latest versions of automake --- m4/aspell.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/aspell.m4') diff --git a/m4/aspell.m4 b/m4/aspell.m4 index 164e534..5e50c1d 100644 --- a/m4/aspell.m4 +++ b/m4/aspell.m4 @@ -18,7 +18,7 @@ CFLAGS="$CFLAGS $ASPELL_CFLAGS" LIBS="$LIBS $ASPELL_LIBS" AC_MSG_CHECKING([for Aspell]) -AC_RUN_IFELSE([ +AC_RUN_IFELSE([AC_LANG_SOURCE([[ #include int main() { @@ -26,7 +26,7 @@ int main() { exit(0); } -], [found=yes], [found=no], [found=yes]) +]])], [found=yes], [found=no], [found=yes]) AC_MSG_RESULT($found) CFLAGS="$ac_save_CFLAGS" -- cgit v1.2.3