summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/ftw.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/ftw.m4 b/m4/ftw.m4
index 7738cf3cd..201fbba23 100644
--- a/m4/ftw.m4
+++ b/m4/ftw.m4
@@ -11,11 +11,10 @@ AC_DEFUN([AC_FUNC_FTW],
AC_CHECK_FUNC([tdestroy], , [need_tdestroy=1])
AC_CACHE_CHECK([for working GNU ftw], ac_cv_func_ftw_working,
[
-
# The following test would fail prior to glibc-2.3.2, because `depth'
# would be 2 rather than 4.
mkdir -p conftest.dir/a/b/c
- AC_RUN_IFELSE([AC_LANG_SOURCE([], [[
+ AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include <string.h>
#include <stdlib.h>
#include <ftw.h>