summaryrefslogtreecommitdiffstats
path: root/m4/aspell.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/aspell.m4')
-rw-r--r--m4/aspell.m44
1 files changed, 2 insertions, 2 deletions
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 <aspell.h>
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"