2006-04-28 22:33:30 +02:00
|
|
|
$NetBSD: patch-ab,v 1.6 2006/04/28 20:33:30 joerg Exp $
|
2001-05-08 21:48:45 +02:00
|
|
|
|
2004-04-21 00:11:48 +02:00
|
|
|
--- configure.orig 2003-09-26 22:13:01.000000000 +0000
|
2006-04-28 22:33:30 +02:00
|
|
|
+++ configure
|
|
|
|
@@ -18614,6 +18614,10 @@ else
|
2002-02-05 23:23:31 +01:00
|
|
|
ac_cv_dx_arch=unknown
|
|
|
|
if test $unameS = "FreeBSD" ; then
|
|
|
|
ac_cv_dx_arch=freebsd
|
2006-04-28 22:33:30 +02:00
|
|
|
+ elif test $unameS = "DragonFly" ; then
|
|
|
|
+ ac_cv_dx_arch=dragonfly
|
2002-02-05 23:23:31 +01:00
|
|
|
+ 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
|