blob: 72abf738fe00f033559a53948097d266a8e8e6cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
$NetBSD: patch-af,v 1.2 2004/03/07 19:42:55 martti Exp $
--- configure.orig Tue Feb 10 20:16:56 2004
+++ configure Sun Mar 7 20:20:28 2004
@@ -32023,27 +32023,11 @@
echo "$as_me:$LINENO: checking for ORBit" >&5
echo $ECHO_N "checking for ORBit... $ECHO_C" >&6
-orbit_config_path=`which orbit-config`
-if test -n "$orbit_config_path" -a $? = 0
-then
- orbit_exec_prefix=`orbit-config --exec-prefix`
- orbit_includes=`orbit-config --cflags server`
- orbit_libs=`orbit-config --libs server`
- orbit_idl="$orbit_exec_prefix/bin/orbit-idl"
- echo "$as_me:$LINENO: result: found!" >&5
-echo "${ECHO_T}found!" >&6
- cat >>confdefs.h <<\_ACEOF
-#define HAVE_ORBIT 1
-_ACEOF
-
-else
orbit_exec_prefix=
orbit_includes=
orbit_libs=
orbit_idl=
echo "$as_me:$LINENO: result: not found" >&5
-echo "${ECHO_T}not found" >&6
-fi
@@ -32277,7 +32261,6 @@
else
bench_dirs=""
fi
-bench_dirs="$bench_dirs mysql-test"
# Don't build readline, i have it already
|