blob: e07b0843db2d6c4506cebc4e2e8f6ca37d7dea77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2006/10/14 01:50:42 rillig Exp $
--- configure.orig 2006-10-14 03:44:05.000000000 +0200
+++ configure 2006-10-14 03:49:57.000000000 +0200
@@ -1109,7 +1109,7 @@ CFLAGS="-g -O2 -Wall -Wimplicit $USER_CF
# Check whether --enable-client or --disable-client was given.
if test "${enable_client+set}" = set; then
enableval="$enable_client"
- if test $enableval == no; then
+ if test $enableval = no; then
echo "$ac_t""Skipping libggi detection - you will only be able to build the server!" 1>&6
DO_USE_GGI=0
else
|