summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4f88b8579fa..a3448727f96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4384,7 +4384,7 @@ dnl int comparator (const void * d1, const void * d2)
dnl instead of:
dnl int comparator (const dirent ** d1, const dirent ** d2)
dnl
-dnl AC_CHECK_FUNC([scandir], [AC_DEFINE([ACE_HAS_SCANDIR])], [])
+dnl ACE_CHECK_HAS_FUNCS([scandir])
ACE_CHECK_LACKS_FUNCS(seekdir telldir)