blob: e498eb1bbed5f3055e37479c3f8cd61c55b592f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2001/08/01 08:20:45 skrll Exp $
--- configure.orig Thu Jul 5 16:24:43 2001
+++ configure Thu Jul 5 16:25:45 2001
@@ -5796,7 +5796,7 @@
fi
mysql_include_found=""
- if test -n "$mysq_use_include" && \
+ if test -n "$mysql_use_include" && \
test "$mysql_use_include" != "NONE"; then
mysql_include_found="Setting to $mysql_use_include"
else
|