blob: 32d592d06661afc9a4ebf11f1b7a460de416389a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.3 2006/11/07 16:57:46 tron Exp $
--- ext/pdo_sqlite/sqlite/configure.orig 2006-08-14 17:15:28.000000000 +0100
+++ ext/pdo_sqlite/sqlite/configure 2006-11-07 16:51:39.000000000 +0000
@@ -19700,7 +19700,7 @@
OS_WIN=0
OS_OS2=1
TARGET_CFLAGS="$TARGET_CFLAGS -DOS_OS2=1"
- if test "$ac_compiler_gnu" == "yes" ; then
+ if test "$ac_compiler_gnu" = "yes" ; then
TARGET_CFLAGS="$TARGET_CFLAGS -Zomf -Zexe -Zmap"
BUILD_CFLAGS="$BUILD_CFLAGS -Zomf -Zexe"
fi
|