blob: 743904a4b7b1a353d275d1e6272f15ccae71428b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ae,v 1.3 2003/12/08 14:33:47 wiz Exp $
--- configure.orig Sun Oct 5 03:32:52 2003
+++ configure
@@ -9074,6 +9074,11 @@ else
BUILD_ESD="yes"
fi;
+if test "$BUILD_ESD" = "no"; then
+ HAVE_ESD_TRUE='#'
+ HAVE_ESD_FALSE=
+fi;
+
if test "$BUILD_ESD" = "yes"; then
# Check whether --with-esd-prefix or --without-esd-prefix was given.
|