summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rw-r--r--configure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index 73ae6f7b..44e972d1 100644
--- a/configure
+++ b/configure
@@ -13383,13 +13383,12 @@ fi
echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5
echo "${ECHO_T}$ac_cv_type_intptr_t" >&6
if test $ac_cv_type_intptr_t = yes; then
- :
-else
cat >>confdefs.h <<_ACEOF
-#define intptr_t long
+#define HAVE_INTPTR_T 1
_ACEOF
+
fi
echo "$as_me:$LINENO: checking whether struct stat has a st_flags field" >&5