28 lines
519 B
Text
28 lines
519 B
Text
$NetBSD: patch-ab,v 1.3 2004/03/13 20:51:01 snj Exp $
|
|
|
|
--- configure.orig Fri Apr 18 02:33:57 1997
|
|
+++ configure Sat Mar 13 12:28:20 2004
|
|
@@ -996,7 +996,7 @@
|
|
EOF
|
|
|
|
|
|
-if test $ac_cv_sizeof_unsigned_long_int -ne 4; then
|
|
+if test $ac_cv_sizeof_unsigned_long_int -lt 4; then
|
|
echo "unisigned short is NOT 4 bytes... quiting"
|
|
exit
|
|
fi
|
|
@@ -1299,6 +1299,14 @@
|
|
freebsd*)
|
|
cat >> confdefs.h <<\EOF
|
|
#define FREEBSD 1
|
|
+EOF
|
|
+
|
|
+ OS_OPT=
|
|
+
|
|
+ ;;
|
|
+netbsd*)
|
|
+ cat >> confdefs.h <<\EOF
|
|
+#define NETBSD 1
|
|
EOF
|
|
|
|
OS_OPT=
|