summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ec210fc..69ff13b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,6 +83,8 @@ case ${host_os} in
83esac 83esac
84AM_CONDITIONAL(WIN32, test x$win32 = xtrue) 84AM_CONDITIONAL(WIN32, test x$win32 = xtrue)
85 85
86AC_CHECK_MEMBER(struct dirent.d_type, AC_DEFINE(HAVE_DIRENT_D_TYPE, 1, [define if struct dirent has member d_type]),, [#include <dirent.h>])
87
86# Cython Python Bindings 88# Cython Python Bindings
87AC_ARG_WITH([cython], 89AC_ARG_WITH([cython],
88 [AS_HELP_STRING([--without-cython], 90 [AS_HELP_STRING([--without-cython],