blob: 19485b3d3dc6346aa3573ae10e1518fe7ee5879d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ab,v 1.4 2002/02/05 22:23:32 drochner Exp $
--- configure.orig Thu Jun 7 17:09:59 2001
+++ configure Tue Feb 5 12:18:11 2002
@@ -1330,6 +1330,8 @@
ac_cv_dx_arch=unknown
if test $unameS = "FreeBSD" ; then
ac_cv_dx_arch=freebsd
+ 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
@@ -4021,6 +4023,7 @@
ac_cv_have_x="have_x=yes \
ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
+ eval "$ac_cv_have_x"
fi
if test "$x_includes" != "" ; then
|