summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2002-08-30 22:40:41 +0000
committerThomas Habets <thomas@habets.pp.se>2002-08-30 22:40:41 +0000
commita01de4b6fa303436d94641f8a2de6806dcbfc1dd (patch)
tree9a9251220a5cb0deab8216c9e0cc3e3892e264c2 /configure
parent3aaf894cc9530adb115b47799604436a3d570d18 (diff)
downloadarping-a01de4b6fa303436d94641f8a2de6806dcbfc1dd.tar.gz
.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure24
1 files changed, 24 insertions, 0 deletions
diff --git a/configure b/configure
index 2510825..78a43d5 100755
--- a/configure
+++ b/configure
@@ -1017,6 +1017,30 @@ EOF
;;
esac
+echo $ac_n "checking for explicit size type support""... $ac_c" 1>&6
+echo "configure:1022: checking for explicit size type support" >&5
+cat > conftest.$ac_ext <<EOF
+#line 1024 "configure"
+#include "confdefs.h"
+#include <sys/types.h>
+ u_int32_t foo;
+int main() {
+cat >> confdefs.h <<\EOF
+#define HAVE_ESIZE_TYPES 1
+EOF
+
+ echo "$ac_t""yes" 1>&6
+; return 0; }
+EOF
+if { (eval echo configure:1036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+ rm -rf conftest*
+ echo "$ac_t""no" 1>&6
+else
+ echo "configure: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+fi
+rm -f conftest*
+
trap '' 1 2 15