53 lines
1.9 KiB
Text
53 lines
1.9 KiB
Text
--- configure.orig Fri May 19 21:50:14 2006
|
|
+++ configure Fri Oct 13 02:41:33 2006
|
|
@@ -4449,14 +4449,14 @@
|
|
|
|
=========================================" >&2;}
|
|
{ (exit 1); exit 1; }; }
|
|
-elif test -r $freebsd_includedir/net/if_var.h -a -r $freebsd_srcdir/kern/vnode_if.pl; then
|
|
+elif test -r $freebsd_includedir/net/if_var.h -a -r $freebsd_srcdir/kern/vnode_if.src; then
|
|
ac_have_bsd_kernel=y
|
|
else
|
|
{ { echo "$as_me:$LINENO: error:
|
|
=========================================
|
|
|
|
Can't find $freebsd_includedir/net/if_var.h and/or
|
|
-$freebsd_srcdir/kern/vnode_if.pl. Are you sure $freebsd_srcdir
|
|
+$freebsd_srcdir/kern/vnode_if.src. Are you sure $freebsd_srcdir
|
|
and $freebsd_includedir contain FreeBSD kernel source?
|
|
|
|
=========================================" >&5
|
|
@@ -4464,7 +4464,7 @@
|
|
=========================================
|
|
|
|
Can't find $freebsd_includedir/net/if_var.h and/or
|
|
-$freebsd_srcdir/kern/vnode_if.pl. Are you sure $freebsd_srcdir
|
|
+$freebsd_srcdir/kern/vnode_if.src. Are you sure $freebsd_srcdir
|
|
and $freebsd_includedir contain FreeBSD kernel source?
|
|
|
|
=========================================" >&2;}
|
|
@@ -12279,7 +12279,7 @@
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
#include <sys/param.h>
|
|
-#if __FreeBSD_version < 440002 || __FreeBSD_version >= 500000
|
|
+#if __FreeBSD_version < 500000
|
|
#include <NONEXISTENT_FILE>
|
|
#endif
|
|
_ACEOF
|
|
@@ -12330,13 +12330,13 @@
|
|
{ echo "$as_me:$LINENO: WARNING:
|
|
=========================================
|
|
|
|
-Your version of FreeBSD is old. Click works with FreeBSD 4.5 and later.
|
|
+Your version of FreeBSD is old. Click works with FreeBSD 5.x and later.
|
|
|
|
=========================================" >&5
|
|
echo "$as_me: WARNING:
|
|
=========================================
|
|
|
|
-Your version of FreeBSD is old. Click works with FreeBSD 4.5 and later.
|
|
+Your version of FreeBSD is old. Click works with FreeBSD 5.x and later.
|
|
|
|
=========================================" >&2;}
|
|
fi
|