blob: bfa96a94a7a0c4492cf24ef9038a850de604c2c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.3 2006/10/14 01:44:24 rillig Exp $
--- configure.ac.orig 2006-05-17 11:04:25.000000000 +0200
+++ configure.ac 2006-10-14 03:41:25.000000000 +0200
@@ -225,7 +225,7 @@ AC_ARG_ENABLE(glib,
if test x$without_glib != xtrue
then
- if test $with_gnu_ld == yes
+ if test $with_gnu_ld = yes
then
# We need both GNU LD and GLIB here!
AM_CONDITIONAL(HAVE_GLIB,true)
|