blob: 9b2b3e4b3c48cc7a4f5006a81193c13e6e10a01b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2017-07-20 18:30:25 UTC
+++ configure
@@ -5605,6 +5605,8 @@ fi
case "$host" in
*-*-linux*)
os_linux=yes;;
+ *-*-freebsd*)
+ os_linux=yes;;
*)
os_linux=no;;
esac
|