blob: e895a566922fb3426b03a877a7e872c177c32b94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.6 2006/04/28 20:33:30 joerg Exp $
--- configure.orig 2003-09-26 22:13:01.000000000 +0000
+++ configure
@@ -18614,6 +18614,10 @@ else
ac_cv_dx_arch=unknown
if test $unameS = "FreeBSD" ; then
ac_cv_dx_arch=freebsd
+ elif test $unameS = "DragonFly" ; then
+ ac_cv_dx_arch=dragonfly
+ elif test $unameS = "NetBSD" ; then
+ ac_cv_dx_arch=netbsd
elif test `echo $unameS | tr A-Z a-z | sed "s/^.*cygwin.*$/yes/"` = "yes" ; then
ac_cv_dx_arch=cygwin
elif test $unameS = "Linux" ; then
|